Browse Source

sys/stat.h is includes in php_streams.h no need to do that again.

PHP-5.1
Frank M. Kromann 22 years ago
parent
commit
2acc314e6f
  1. 1
      ext/mime_magic/mime_magic.c

1
ext/mime_magic/mime_magic.c

@ -160,7 +160,6 @@
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif

Loading…
Cancel
Save