aboutsummaryrefslogtreecommitdiffhomepage
path: root/wutil.h
diff options
context:
space:
mode:
authorGravatar James Vega <jamessan@jamessan.com>2005-10-05 01:11:39 +1000
committerGravatar James Vega <jamessan@jamessan.com>2005-10-05 01:11:39 +1000
commite27664b13b11070e561fdd313ca0a5b9950c2c46 (patch)
treeef35a6b3fb51a462076e626c15ba1d3714ce0177 /wutil.h
parentc361d8564c6dc4b142d348b0f8053a9384b8e451 (diff)
Add header guards to the header files.
darcs-hash:20051004151139-35ec8-7af69b9d7647d145dc621f7eaea726e729cff554.gz
Diffstat (limited to 'wutil.h')
-rw-r--r--wutil.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/wutil.h b/wutil.h
index 65b82014..c0f57ef9 100644
--- a/wutil.h
+++ b/wutil.h
@@ -4,13 +4,13 @@
functions.
*/
-#ifndef WUTIL_HH
-#define WUTIL_HH
+#ifndef FISH_WUTIL_H
+#define FISH_WUTIL_H
-#include <sys/types.h>
+#include <wchar.h>
#include <dirent.h>
-#include <sys/stat.h>
#include <unistd.h>
+#include <sys/stat.h>
/**