Keep clang-format happy
[collectd.git] / src / libcollectdclient / network_parse.c
index 6703411..9a90f8e 100644 (file)
@@ -43,6 +43,8 @@
 #include <endian.h>
 #elif HAVE_SYS_ENDIAN_H
 #include <sys/endian.h>
+#else /* fallback */
+#include "stdendian.h"
 #endif
 
 #if HAVE_GCRYPT_H