Browse Source

nfqws: another very old toolchain fix with IP_NODEFRAG

pull/337/head
bol-van 7 months ago
parent
commit
a21c4399b2
  1. 6
      nfq/darkmagic.c

6
nfq/darkmagic.c

@ -8,8 +8,10 @@
#include <sys/param.h> #include <sys/param.h>
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#ifdef __linux__
#include <linux/in.h> #ifndef IP_NODEFRAG
// for very old toolchains
#define IP_NODEFRAG 22
#endif #endif
#include "darkmagic.h" #include "darkmagic.h"

Loading…
Cancel
Save