summaryrefslogtreecommitdiff
path: root/wq.h
diff options
context:
space:
mode:
Diffstat (limited to 'wq.h')
-rw-r--r--wq.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/wq.h b/wq.h
index e8e4b41..5caa8a1 100644
--- a/wq.h
+++ b/wq.h
@@ -26,6 +26,10 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
+/* $XFree86: xc/programs/xmodmap/wq.h,v 1.5 2001/12/14 20:02:13 dawes Exp $ */
+
+#ifndef _WQ_H
+#define _WQ_H
/*
* Input is parsed and a work queue is built that is executed later. This
@@ -141,3 +145,5 @@ extern struct modtab {
#define AllocStruct(s) ((s *) malloc (sizeof (s)))
#define MAXKEYSYMNAMESIZE 80 /* absurdly large */
+
+#endif