diff options
author | Bill Meier <wmeier@newsguy.com> | 2009-08-26 19:27:49 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2009-08-26 19:27:49 +0000 |
commit | 94f28dd8f93f5fdbc08adcd75ff1b9ed951ab125 (patch) | |
tree | 7d972bab4738dca3d0d81e46e07299cc42fae615 /capture.c | |
parent | 70416bc4a356605d91bb9d67f8f9b58f3fd3c9cf (diff) | |
download | wireshark-94f28dd8f93f5fdbc08adcd75ff1b9ed951ab125.tar.gz wireshark-94f28dd8f93f5fdbc08adcd75ff1b9ed951ab125.tar.bz2 wireshark-94f28dd8f93f5fdbc08adcd75ff1b9ed951ab125.zip |
(FWIW) One step towards including stdio.h & stdlib.h only when req'd.
svn path=/trunk/; revision=29568
Diffstat (limited to 'capture.c')
-rw-r--r-- | capture.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ #include <unistd.h> #endif +#include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> |