summaryrefslogtreecommitdiffstats
path: root/dmiopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'dmiopt.h')
-rw-r--r--dmiopt.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/dmiopt.h b/dmiopt.h
index af4cbe4..667ff9a 100644
--- a/dmiopt.h
+++ b/dmiopt.h
@@ -19,13 +19,14 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-struct string_keyword
-{
- const char *keyword;
- u8 type;
- u8 offset;
- const char *(*lookup)(u8);
- const char *(*print)(u8 *, char *);
+#include <Python.h>
+
+struct string_keyword {
+ const char *keyword;
+ u8 type;
+ u8 offset;
+ const char *(*lookup)(u8);
+ const char *(*print)(u8 *, char *);
};
struct opt