Check for proper byteorder functions

[andersk@mit.edu: Add byteorder.h to libmoshcrypto_a_SOURCES]
This commit is contained in:
Quentin Smith
2012-02-25 17:11:09 -05:00
committed by Keith Winstein
parent b03d53d421
commit 17d6962af8
7 changed files with 59 additions and 5 deletions
+1 -1
View File
@@ -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"