Skip to content
Snippets Groups Projects
Commit d4f1dd6b authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Improve compiliation on NetBSD.

parent f3a277e0
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@
#include "checksum.h"
#include <assert.h>
#include <stdint.h>
/* Add bytes in buffer to a running checksum. Returns the new
* intermediate checksum. Use ip_checksum_fold() to convert the
......
......@@ -32,6 +32,7 @@
#include <netinet/in.h>
#include <poll.h>
#include <pthread.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <sys/ioctl.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment