-
Notifications
You must be signed in to change notification settings - Fork 409
Open
Description
cc -I include -Wall -Werror -pthread -c src/skbuff.c -o build/skbuff.o
In file included from src/skbuff.c:1:0:
include/syshead.h:27:10: fatal error: sys/capability.h: No such file or directory
#include <sys/capability.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:15: recipe for target 'build/skbuff.o' failed
make: *** [build/skbuff.o] Error 1
how to fix this error?
I just do make all on my Vbox with linux Ubuntu 18.04
Metadata
Metadata
Assignees
Labels
No labels