aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/stand.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/stand.h')
-rw-r--r--lib/libstand/stand.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libstand/stand.h b/lib/libstand/stand.h
index 219b2df46976..1e462bfb7338 100644
--- a/lib/libstand/stand.h
+++ b/lib/libstand/stand.h
@@ -62,6 +62,9 @@
* @(#)stand.h 8.1 (Berkeley) 6/11/93
*/
+#ifndef STAND_H
+#define STAND_H
+
#include <sys/types.h>
#include <sys/cdefs.h>
#include <sys/stat.h>
@@ -408,3 +411,5 @@ void Free(void *, const char *, int);
#define free(x) Free(x, NULL, 0)
#define realloc(x, y) Realloc(x, y, NULL, 0)
#endif
+
+#endif /* STAND_H */