diff options
author | Zeev Suraski <zeev@php.net> | 2003-02-17 13:29:59 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2003-02-17 13:29:59 +0000 |
commit | 4934744b9334b7f0ba31f31830896d2c1f089246 (patch) | |
tree | 68bab5bad35b1d318a6313c7a8cfc22bac4397bd /ext/snmp | |
parent | fb607799cc3aa512136e9c8ec480c043050e5aeb (diff) | |
download | php-git-4934744b9334b7f0ba31f31830896d2c1f089246.tar.gz |
Win32 build improvements
Diffstat (limited to 'ext/snmp')
-rw-r--r-- | ext/snmp/winsnmp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/snmp/winsnmp.c b/ext/snmp/winsnmp.c index 96e3732a21..188d526ff5 100644 --- a/ext/snmp/winsnmp.c +++ b/ext/snmp/winsnmp.c @@ -10,8 +10,6 @@ Created from the snmputil sample in the Microsoft SDK for NT #include "php_snmp.h" #include <sys/types.h> -#include <windows.h> - #include <stdio.h> #include <string.h> #include <malloc.h> |