aboutsummaryrefslogtreecommitdiffstats
path: root/test_pdu/bind_transmitter_test.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-11-09 13:39:51 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-11-09 13:39:51 +0100
commiteca1440439df6b7ee6c1166483f0389d71a98102 (patch)
tree08458daebeb69e8fd5fe3fa339b0b2114736854f /test_pdu/bind_transmitter_test.c
parentac4af14ab11b6a61d9c98d2232f5f0a238c5f697 (diff)
misc: Always include stdint.h as it is almost 2013 now
C99 is there for over a decode, always depend on the stdint header being present, specially as the code is using uint32_t all over the place.
Diffstat (limited to 'test_pdu/bind_transmitter_test.c')
-rw-r--r--test_pdu/bind_transmitter_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test_pdu/bind_transmitter_test.c b/test_pdu/bind_transmitter_test.c
index 78e641e..33b2b16 100644
--- a/test_pdu/bind_transmitter_test.c
+++ b/test_pdu/bind_transmitter_test.c
@@ -27,9 +27,7 @@
#include <sys/types.h>
#include <netinet/in.h>
-#ifdef __linux__
#include <stdint.h>
-#endif
#include "smpp34.h"
#include "smpp34_structs.h"