Include "config.h", so we know whether we have GLib 1.0[.x] or later, so

we know whether to include "glib-new.h".

svn path=/trunk/; revision=208
This commit is contained in:
Guy Harris 1999-03-03 08:31:43 +00:00
parent dc6a300eab
commit 5044b432cf
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <stdio.h>
#include <glib.h>
#include "config.h"
#include "wtap.h"
#include "bpf-engine.h"