Add missing #include <stdlib.h>
This commit is contained in:
parent
6e8c8d5cb4
commit
3665f06808
@ -1,6 +1,10 @@
|
||||
ChangeLog for davfs2
|
||||
--------------------
|
||||
|
||||
2012-01-12 Werner Baumann (werner.baumann@onlinehome.de)
|
||||
* dav_coda.c, dav_fuse.c:
|
||||
Add missing #include <stdlib.h>
|
||||
|
||||
2012-01-07 Werner Baumann (werner.baumann@onlinehome.de)
|
||||
* configure.ac:
|
||||
Use newer versions of auto-tools.
|
||||
|
@ -37,6 +37,9 @@
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
@ -33,6 +33,9 @@
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user