Skip to content

Commit

Permalink
Add missing header (fixes build on OpenBSD).
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrSikora authored and dustin committed Apr 11, 2011
1 parent eb5603d commit 6debef0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config_static.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ extern void initialize_sockets(void);
#include <dlfcn.h>
#endif

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif

#ifdef HAVE_LINK_H
#include <link.h>
#endif
Expand Down

0 comments on commit 6debef0

Please sign in to comment.