DEC Alpha fix. Missing #.

This commit is contained in:
Bruce Momjian 1997-01-14 23:06:01 +00:00
parent 68de42dff3
commit a514dded2a
1 changed files with 1 additions and 1 deletions

View File

@ -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