diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-02-11 10:53:05 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-02-11 10:53:05 +0000 |
commit | df39054c869d26b1aeeaca958b54869521802712 (patch) | |
tree | f9ace3a7fc35498f101ec41da1d83edf47ccbd06 /src/XpmI.h | |
parent | c3ba808aef8fcf59b04eb959e9958159648eae8a (diff) |
Import changes from XORG-6.8.2CYGWIN-6_8_2-MERGECYGWIN
Diffstat (limited to 'src/XpmI.h')
-rw-r--r-- | src/XpmI.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,8 +49,10 @@ * lets try to solve include files */ +#include <sys/types.h> #include <stdio.h> #include <stdlib.h> +#include <limits.h> /* stdio.h doesn't declare popen on a Sequent DYNIX OS */ #ifdef sequent extern FILE *popen(); |