mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 14:06:02 +01:00
Add missing include
This commit is contained in:
parent
025c995d89
commit
1b44ccb0f8
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
#define _XOPEN_SOURCE 700
|
#define _XOPEN_SOURCE 700
|
||||||
// TODO: Implement realpath
|
// TODO: Implement realpath
|
||||||
|
|
||||||
|
#include <sys/wait.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Reference in a new issue