#include <sys/types.h> required for u_long in <netinet/in.h>

This commit is contained in:
Marc G. Fournier 1998-01-26 01:55:05 +00:00
parent 16a20c53dc
commit 90fb23e692
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <netinet/in.h>
#include "postgres.h"