summaryrefslogtreecommitdiff
path: root/python/rpmsystem-py.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-10-01 13:21:44 +0300
committerPanu Matilainen <pmatilai@redhat.com>2009-10-01 14:16:44 +0300
commitb0d374528a367779e158a68a7b6a58ad929b85aa (patch)
tree0fe0230f62e05ab68207a8fbdba11907dc21830b /python/rpmsystem-py.h
parent66c469759c497b72f24ebb6a69ca9a6333d1d600 (diff)
downloadlibrpm-tizen-b0d374528a367779e158a68a7b6a58ad929b85aa.tar.gz
librpm-tizen-b0d374528a367779e158a68a7b6a58ad929b85aa.tar.bz2
librpm-tizen-b0d374528a367779e158a68a7b6a58ad929b85aa.zip
Include structmembers.h centrally from rpmsystem-py.h
- pretty much everything might need this...
Diffstat (limited to 'python/rpmsystem-py.h')
-rw-r--r--python/rpmsystem-py.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/rpmsystem-py.h b/python/rpmsystem-py.h
index 86563a346..1544dd623 100644
--- a/python/rpmsystem-py.h
+++ b/python/rpmsystem-py.h
@@ -5,7 +5,8 @@
#include <sys/types.h>
#endif
-#include "Python.h"
+#include <Python.h>
+#include <structmember.h>
#include "../system.h"