Browse Source

- Make it compile on IRIX again

#- Tested with Linux/FreeBSD and IRIX
experimental/threaded
Derick Rethans 24 years ago
parent
commit
36e82c84ae
  1. 1
      ext/standard/flock_compat.c

1
ext/standard/flock_compat.c

@ -25,6 +25,7 @@
#if HAVE_STRUCT_FLOCK
#include <unistd.h>
#include <fcntl.h>
#include <sys/file.h>
#endif
#ifdef PHP_WIN32

Loading…
Cancel
Save