include config.h

SVN revision: 14188
This commit is contained in:
tsauerbeck 2005-04-13 20:36:07 +00:00 committed by tsauerbeck
parent 9becc884d2
commit 7b41e4e522
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@
*
* Version: $Id$
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <assert.h>
#include <stdlib.h>
#include <string.h>