summaryrefslogtreecommitdiff
path: root/console/priv.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-07-01 02:20:08 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-07-01 02:20:08 +0000
commit953c525d7589178629f3e91e4bf4ea805a92a5b4 (patch)
tree9411cddbd2f213fe4edf2150e2e8b02a9d27b4bf /console/priv.h
parent13ea39a34766fcbecd96ab94bcdf798b08e9bb60 (diff)
parent5430151902aa7cb17458c0d71722a05fd379babf (diff)
Merge branch 'master' into xkb
Conflicts: console-client/Makefile
Diffstat (limited to 'console/priv.h')
-rw-r--r--console/priv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/console/priv.h b/console/priv.h
index c03bbc46..fdb96e7f 100644
--- a/console/priv.h
+++ b/console/priv.h
@@ -19,6 +19,9 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
+#ifndef _CONSOLE_PRIV_H
+#define _CONSOLE_PRIV_H
+
#include <hurd/hurd_types.h>
#include <hurd/netfs.h>
@@ -35,3 +38,4 @@ end_using_protid_port (struct protid *cred)
if (cred)
ports_port_deref (cred);
}
+#endif