Add more missing include for byte swap operations
[project/firmware-utils.git] / src / osbridge-crc.c
index e9c577d8ed5e0e7a4c3b8ab41077ffc2f0806ff1..f341972c4ae7bfe5f00ad7b5b045e0e138842410 100644 (file)
@@ -3,6 +3,7 @@
  *  Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org>
  */
 
+#include <byteswap.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdint.h>