]> git.draconx.ca Git - liblbx.git/blobdiff - src/byteorder.h
Use AC_HEADER_ASSERT to allow users to disable assertions.
[liblbx.git] / src / byteorder.h
index 5eb4daf51ddfc32f2728816c4acd1d6fb60cb389..ea6c7594fe52877f45cd9cbe007be6ae015688bf 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef BYTEORDER_H_
 #define BYTEORDER_H_
 
-#include <stdint.h>
-
 #ifdef HAVE_CONFIG_H
 #      include "config.h"
 #endif
 
+#include <stdint.h>
+
 static inline uint16_t _flip16(uint16_t val)
 {
        uint16_t hostval;