Some more pbatard patches

This commit is contained in:
R. Bernstein
2012-03-04 14:12:09 -05:00
parent 39bd8104b8
commit 14f6f505ce
3 changed files with 12 additions and 7 deletions

View File

@@ -21,8 +21,12 @@
# define __CDIO_CONFIG_H__ 1
#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include <cdio/ds.h>
#include <cdio/util.h>