Eventually including ../config.h generated by autotools

This commit is contained in:
2010-05-16 09:26:41 +00:00
parent 99e498057f
commit bf20ca5dfb
5 changed files with 17 additions and 1 deletions

View File

@ -6,6 +6,10 @@
Provided under GPL version 2 or later.
*/
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <stdlib.h>
#include <string.h>