Commit f317f8b1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Add include files to prevent warnings on some (HPUX) systems.

parent f8d552dd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
#include "test.h"

#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#include <sys/time.h>
#include <sys/types.h>

/*
 * Source code in here hugely as reported in bug report 651460 by
 * Christopher R. Palmer.
+6 −0
Original line number Diff line number Diff line
#include "test.h"

#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#include <sys/time.h>
#include <sys/types.h>

/*
 * Source code in here hugely as reported in bug report 651464 by
 * Christopher R. Palmer.