Include <sys/types.h> and <sys/ipc.h> also when checking for struct semun in

<sys/sem.h>. This fixes a compilation problem on FreeBSD.
Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-02-02 17:08:58 +00:00
rodzic 19fe12c202
commit 7e865aedab
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,9 @@
documentation (from karsten.festag@t-online.de (Karsten Festag)).
* Makefile.in README.netbsd: New file. Information about problems
with shared libs.
* configure configure.in: Include <sys/types.h> and <sys/ipc.h> also
when checking for struct semun in <sys/sem.h>. This fixes a
compilation problem on FreeBSD.
2002-01-31 Peter Fales <peter@fales.com>