fix build on linux for me ( the uint32_t releated breakage ) flibqtfrontend
authorsheepluva
Thu, 06 Dec 2012 10:01:01 +0100
branchflibqtfrontend
changeset 8259 02e32be01232
parent 8257 54536ee368f3
child 8261 c8236fcbe160
fix build on linux for me ( the uint32_t releated breakage )
QTfrontend/ui/page/pagefeedback.cpp
--- a/QTfrontend/ui/page/pagefeedback.cpp	Thu Dec 06 01:54:34 2012 +0100
+++ b/QTfrontend/ui/page/pagefeedback.cpp	Thu Dec 06 10:01:01 2012 +0100
@@ -39,6 +39,8 @@
 #include <sys/sysctl.h>
 #endif
 
+#include <stdint.h>
+
 #include "pagefeedback.h"
 #include "hwconsts.h"