summaryrefslogtreecommitdiff
path: root/epan/ftypes/ftype-double.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-08-26 19:27:49 +0000
committerBill Meier <wmeier@newsguy.com>2009-08-26 19:27:49 +0000
commit94f28dd8f93f5fdbc08adcd75ff1b9ed951ab125 (patch)
tree7d972bab4738dca3d0d81e46e07299cc42fae615 /epan/ftypes/ftype-double.c
parent70416bc4a356605d91bb9d67f8f9b58f3fd3c9cf (diff)
downloadwireshark-94f28dd8f93f5fdbc08adcd75ff1b9ed951ab125.tar.gz
(FWIW) One step towards including stdio.h & stdlib.h only when req'd.
svn path=/trunk/; revision=29568
Diffstat (limited to 'epan/ftypes/ftype-double.c')
-rw-r--r--epan/ftypes/ftype-double.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ftypes/ftype-double.c b/epan/ftypes/ftype-double.c
index ff2f4b77d5..537a1b27fe 100644
--- a/epan/ftypes/ftype-double.c
+++ b/epan/ftypes/ftype-double.c
@@ -24,8 +24,8 @@
#include "config.h"
#endif
+#include <stdio.h>
#include <ftypes-int.h>
-#include <stdlib.h>
#include <math.h>
#include <errno.h>
#include <float.h>