]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Add "#include <stdint.h>" for intptr
authorLee Howard <faxguy@howardsilvan.com>
Wed, 3 Aug 2005 16:48:38 +0000 (16:48 +0000)
committerLee Howard <faxguy@howardsilvan.com>
Wed, 3 Aug 2005 16:48:38 +0000 (16:48 +0000)
hfaxd/FileTransfer.c++
util/faxwatch.c++

index 19f48b4ca9c2351b6f8b48d6b13dcc6fc2a54a8c..376e18030315b7eea8c5f182c6400432c149d24e 100644 (file)
@@ -35,6 +35,7 @@
 
 #include <ctype.h>
 #include <limits.h>
+#include <stdint.h>
 
 #ifndef CHAR_BIT
 #ifdef NBBY
index 78f67eede93f24533328bcccd90e3ee9486beba6..f449add0b26e43873a68f04cfac67d5d5fb348da 100644 (file)
@@ -28,6 +28,7 @@
 #include "config.h"
 
 #include <errno.h>
+#include <stdint.h>
 
 class watchApp : public FaxClient {
 private: