correct includes

This commit is contained in:
Joris Vink 2018-07-07 13:23:43 +02:00
parent f02f88295c
commit 71659ab197
1 changed files with 2 additions and 1 deletions

View File

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