Check for proper byteorder functions
[andersk@mit.edu: Add byteorder.h to libmoshcrypto_a_SOURCES]
This commit is contained in:
committed by
Keith Winstein
parent
b03d53d421
commit
17d6962af8
@@ -21,10 +21,10 @@
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <assert.h>
|
||||
#include <endian.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "dos_assert.h"
|
||||
#include "byteorder.h"
|
||||
#include "network.h"
|
||||
#include "crypto.h"
|
||||
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <endian.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "byteorder.h"
|
||||
#include "transportfragment.h"
|
||||
#include "transportinstruction.pb.h"
|
||||
#include "compressor.h"
|
||||
|
||||
Reference in New Issue
Block a user