mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 12:55:59 +01:00
Fix math.h include
This commit is contained in:
parent
3fec0ed485
commit
043513558c
1 changed files with 1 additions and 1 deletions
2
utils.c
2
utils.c
|
@ -7,7 +7,7 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#include "math.h"
|
||||
#include <math.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "zathura.h"
|
||||
|
|
Loading…
Reference in a new issue