Commit:    18cd5772d61ec302bba6be2baee742a1890c12f8
Author:    Jerome Loyet <f...@php.net>         Sat, 26 May 2012 17:38:39 +0200
Parents:   eeba67914ebe02de279f0188be739b78c7a76958
Branches:  master

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

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