Add more missing includes for byte swap operations
[project/firmware-utils.git] / src / ptgen.c
index 665c5f7a04f341ff93e4ba951d60b8a044eec170..69757c1fc7dcb98b762e833de231ca82875d8712 100644 (file)
@@ -10,6 +10,7 @@
  * Copyright (C) 2010, Intel Corp. Huang Ying <ying.huang@intel.com>
  */
 
+#include <byteswap.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <string.h>