summaryrefslogtreecommitdiff
path: root/zwgc/mux.c
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2009-03-22 17:34:39 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2009-03-22 17:34:39 +0000
commit47b229d79ffe0f24ddfbe6cf437c4c1367f39b5c (patch)
treebfcfdedd5054e7ee442e47a4077eeac59cc3d0d5 /zwgc/mux.c
parent441fec9c67f3f0b5154bcc39cbc5f7083c7a462b (diff)
clean up and modernize some of the CMU patch fallout
Diffstat (limited to 'zwgc/mux.c')
-rw-r--r--zwgc/mux.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/zwgc/mux.c b/zwgc/mux.c
index eb6232f..55d5e3e 100644
--- a/zwgc/mux.c
+++ b/zwgc/mux.c
@@ -29,6 +29,9 @@ static const char rcsid_mux_c[] = "$Id$";
#include "error.h"
#include "zwgc.h"
#include "pointer.h"
+#ifdef CMU_ZWGCPLUS
+#include "plus.h"
+#endif
#ifdef _AIX
#include <sys/select.h>