Commit:    0037598252b8cbe117a592cf4f5261aa786fa722
Author:    Jerome Loyet <f...@php.net>         Sat, 26 May 2012 17:38:08 +0200
Parents:   d90003b5491c576ab28c3999c8f3121d6c0d06f1
Branches:  PHP-5.4

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

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