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
+2
-2
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user