aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-11-21 23:12:59 -0800
committerElliott Hughes <enh@google.com>2014-11-21 23:12:59 -0800
commit44409563ecb542149f0d2c484bc3ee1f13339a6f (patch)
tree04b2b71d3534f6fa40f2e3e5c5e72bbb99667f01
parent38e47cd883738cb84bdb47a7d263f14f14062d7b (diff)
downloadnetperf-44409563ecb542149f0d2c484bc3ee1f13339a6f.tar.gz
Tell config.h that we have <endian.h>.
Change-Id: I4d2dd02062d7647824f639e77955cc8f0797444c
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index ad42cd0..ff8db65 100644
--- a/config.h
+++ b/config.h
@@ -20,7 +20,7 @@
#define HAVE_BZERO 1
/* Define to 1 if you have the <endian.h> header file. */
-/* #define HAVE_ENDIAN_H 1 */
+#define HAVE_ENDIAN_H 1
/* Define to 1 if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1