summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Program/cde/library/cde.h
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Program/cde/library/cde.h')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Program/cde/library/cde.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Program/cde/library/cde.h b/bundles/org.eclipse.swt/Eclipse SWT Program/cde/library/cde.h
index 1fdd0119a3..671e38ab92 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Program/cde/library/cde.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT Program/cde/library/cde.h
@@ -9,8 +9,8 @@
* IBM Corporation - initial API and implementation
*******************************************************************************/
-#ifndef INC_kde_H
-#define INC_kde_H
+#ifndef INC_cde_H
+#define INC_cde_H
#define NDEBUG
@@ -21,4 +21,7 @@
#include <Dt/Dts.h>
#include <Dt/Action.h>
-#endif /* INC_kde_H */
+#include <X11/IntrinsicP.h>
+#include <X11/Shell.h>
+
+#endif /* INC_cde_H */