Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian1997-01-14 23:06:01 +0000
committerBruce Momjian1997-01-14 23:06:01 +0000
commita514dded2ac6ea767bbdb59bc58cc08d779db242 (patch)
tree98e38e209bcef3898c544df856683b488d314c0e
parent68de42dff33ff696f229d8f05efad4b323fbceb0 (diff)
DEC Alpha fix. Missing #.
-rw-r--r--src/include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/config.h b/src/include/config.h
index a44b72d49a0..7b09b766caa 100644
--- a/src/include/config.h
+++ b/src/include/config.h
@@ -42,7 +42,7 @@
# define NEED_UNION_SEMUN
# define SB_PAD 40
# define HAS_TEST_AND_SET
- include <sys/mman.h> /* for msemaphore */
+# include <sys/mman.h> /* for msemaphore */
typedef msemaphore slock_t;
#endif