aboutsummaryrefslogtreecommitdiffhomepage
path: root/wgetopt.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 /wgetopt.h
parentc361d8564c6dc4b142d348b0f8053a9384b8e451 (diff)
Add header guards to the header files.
darcs-hash:20051004151139-35ec8-7af69b9d7647d145dc621f7eaea726e729cff554.gz
Diffstat (limited to 'wgetopt.h')
-rw-r--r--wgetopt.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/wgetopt.h b/wgetopt.h
index 9421c64e..d1759d6b 100644
--- a/wgetopt.h
+++ b/wgetopt.h
@@ -26,8 +26,10 @@ License along with the GNU C Library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 675 Mass Ave,
Cambridge, MA 02139, USA. */
-#ifndef _WGETOPT_H
-#define _WGETOPT_H 1
+#ifndef FISH_WGETOPT_H
+#define FISH_WGETOPT_H
+
+#include <wchar.h>
#ifdef __cplusplus
extern "C" {
@@ -142,4 +144,4 @@ extern int _wgetopt_internal ();
}
#endif
-#endif /* _WGETOPT_H */
+#endif /* FISH_WGETOPT_H */