Include <Python.h> to get the Python version number.

svn path=/trunk/; revision=37651
This commit is contained in:
Guy Harris 2011-06-11 17:20:44 +00:00
parent 317cb92f9c
commit b30de7bd0b
1 changed files with 4 additions and 1 deletions

View File

@ -25,6 +25,10 @@
#include "config.h"
#endif
#ifdef HAVE_PYTHON
#include <Python.h> /* to get the Python version number (PY_VERSION) */
#endif
#ifdef HAVE_LIBGCRYPT
#include <gcrypt.h>
#endif /* HAVE_LIBGCRYPT */
@ -33,7 +37,6 @@
#include <gnutls/gnutls.h>
#endif /* HAVE_LIBGNUTLS */
#include <glib.h>
#include "epan.h"
#include "epan_dissect.h"