Commit:    63e11f90258d26de20f1756120da6f351eff3f91
Author:    Jerome Loyet <f...@php.net>         Sat, 26 May 2012 17:37:33 +0200
Parents:   a7761262f70d660cd20ec698c453b8daa922f422
Branches:  PHP-5.3

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=63e11f90258d26de20f1756120da6f351eff3f91

Log:
- add missing headers to avoid warnings

Changed paths:
  M  sapi/fpm/fpm/fpm_sockets.h


Diff:
diff --git a/sapi/fpm/fpm/fpm_sockets.h b/sapi/fpm/fpm/fpm_sockets.h
index b7ff0b2..5b9c698 100644
--- a/sapi/fpm/fpm/fpm_sockets.h
+++ b/sapi/fpm/fpm/fpm_sockets.h
@@ -5,6 +5,8 @@
 #ifndef FPM_MISC_H
 #define FPM_MISC_H 1
 
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <unistd.h>
 #include <fcntl.h>


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to