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
+2 -2
View File
@@ -1,7 +1,5 @@
/* Taken from GNU coreutils */
#define restrict
/* base64.h -- Encode binary data using printable characters.
Copyright (C) 2004-2006, 2009-2011 Free Software Foundation, Inc.
Written by Simon Josefsson.
@@ -23,6 +21,8 @@
#ifndef BASE64_H
# define BASE64_H
# include "config.h"
/* Get size_t. */
# include <stddef.h>