summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/Current.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-02-11 20:32:19 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-02-11 20:32:19 +0000
commit24f3573733ad6f7d9e611b1f5cb64ebeb02c7ccd (patch)
treed970bcc7f511e9c8a538eed8de21cf2552eb2ff7 /py/modules/IcePy/Current.h
parentFix (diff)
downloadice-24f3573733ad6f7d9e611b1f5cb64ebeb02c7ccd.tar.bz2
ice-24f3573733ad6f7d9e611b1f5cb64ebeb02c7ccd.tar.xz
ice-24f3573733ad6f7d9e611b1f5cb64ebeb02c7ccd.zip
Fixed warning with aCC (HP)
Diffstat (limited to 'py/modules/IcePy/Current.h')
-rw-r--r--py/modules/IcePy/Current.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/modules/IcePy/Current.h b/py/modules/IcePy/Current.h
index ba277cda866..3c1378525dd 100644
--- a/py/modules/IcePy/Current.h
+++ b/py/modules/IcePy/Current.h
@@ -10,7 +10,7 @@
#ifndef ICEPY_CURRENT_H
#define ICEPY_CURRENT_H
-#include <Python.h>
+#include <Config.h>
#include <Ice/Current.h>
namespace IcePy