I forgot to include <errno.h> in my last patch (for preferences). Sorry!
This commit is contained in:
parent
dd8d523480
commit
eddfadd79d
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "appenv.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue