Include stdlib.h unconditionally, for simplicity
This commit is contained in:
parent
56e717859b
commit
041066ab76
1 changed files with 1 additions and 1 deletions
|
@ -36,9 +36,9 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#ifndef _WIN32
|
||||
#include <pwd.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include "misc.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue