aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal.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 /env_universal.h
parentc361d8564c6dc4b142d348b0f8053a9384b8e451 (diff)
Add header guards to the header files.
darcs-hash:20051004151139-35ec8-7af69b9d7647d145dc621f7eaea726e729cff554.gz
Diffstat (limited to 'env_universal.h')
-rw-r--r--env_universal.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/env_universal.h b/env_universal.h
index 7a226f05..0b42bb72 100644
--- a/env_universal.h
+++ b/env_universal.h
@@ -2,8 +2,10 @@
Universal variable client library
*/
-#ifndef ENV_UNIVERSAL_HH
-#define ENV_UNIVERSAL_HH
+#ifndef ENV_UNIVERSAL_H
+#define ENV_UNIVERSAL_H
+
+#include <wchar.h>
#include "env_universal_common.h"