diff options
author | Jörg Mayer <jmayer@loplof.de> | 2012-02-02 11:54:33 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2012-02-02 11:54:33 +0000 |
commit | 2d7a4646e22b534803fa7ca1480912e68cd97ba3 (patch) | |
tree | 6357d956875299f751991dc30b61e93b34179f6f /conditions.c | |
parent | f628ed7aece9eb5c697339a3082ff36623c9207b (diff) | |
download | wireshark-2d7a4646e22b534803fa7ca1480912e68cd97ba3.tar.gz wireshark-2d7a4646e22b534803fa7ca1480912e68cd97ba3.tar.bz2 wireshark-2d7a4646e22b534803fa7ca1480912e68cd97ba3.zip |
Include config.h in preparation of moving the definition
of _U_ from the compiler command line into config.h
svn path=/trunk/; revision=40806
Diffstat (limited to 'conditions.c')
-rw-r--r-- | conditions.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conditions.c b/conditions.c index f064587fea..882f9b4d7a 100644 --- a/conditions.c +++ b/conditions.c @@ -22,6 +22,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <string.h> #include <stdlib.h> #include <stdarg.h> |