include sys/param.h in python.c

This commit is contained in:
Joris Vink 2018-11-29 09:11:31 +01:00
parent fd1ab5879d
commit b400fdcd9f
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/param.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/wait.h>