summaryrefslogtreecommitdiff
path: root/print-rx.c
diff options
context:
space:
mode:
authorDenis Ovsienko <infrastation@yandex.ru>2014-03-30 19:21:58 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2014-03-30 19:21:58 +0400
commit663090dbf90a0fc56626df881b4387265b83faa3 (patch)
tree9d180dffb3a8aec76a07370713c7829bc970bc3a /print-rx.c
parenta089043b03813de131bb181587276d227f62a138 (diff)
downloadtcpdump-663090dbf90a0fc56626df881b4387265b83faa3.tar.gz
squelch compiler warnings after previous commit
It was OK with GCC but Clang wants <stdlib.h> back because of malloc() and free() that shouldn't be declared implicitly.
Diffstat (limited to 'print-rx.c')
-rw-r--r--print-rx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/print-rx.c b/print-rx.c
index 9f163d64..5f98eb7a 100644
--- a/print-rx.c
+++ b/print-rx.c
@@ -38,6 +38,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <tcpdump-stdinc.h>