summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarold L Hunt II <huntharo@msu.edu>2004-04-26 04:38:17 +0000
committerHarold L Hunt II <huntharo@msu.edu>2004-04-26 04:38:17 +0000
commit3e54b792e1e754ad68a21d8e3dc4ed592eba42d3 (patch)
tree0d4989eeab3be2895a1d43936fc477d41ad56722
parentb9842739d9f19d80199127e197d5ea5698855a22 (diff)
Include winmsg.h to silence warnings about undeclared functions.
-rw-r--r--hw/xwin/win.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/hw/xwin/win.h b/hw/xwin/win.h
index 97d2cdb56..4aa1c7643 100644
--- a/hw/xwin/win.h
+++ b/hw/xwin/win.h
@@ -191,11 +191,9 @@
#define WM_GIVEUP (WM_USER + 1002)
-/*
- * Multi-Window Window Manager header
- */
-
+/* Local includes */
#include "winwindow.h"
+#include "winmsg.h"
/*