mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 12:15:59 +01:00
Add missing include
This commit is contained in:
parent
d5030814c0
commit
3e841103ea
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#ifdef WITH_SECCOMP
|
||||
|
||||
#include <girara/log.h>
|
||||
#include <seccomp.h> /* libseccomp */
|
||||
#include <sys/prctl.h> /* prctl */
|
||||
#include <sys/socket.h>
|
||||
|
|
Loading…
Reference in a new issue