changeset 207:7048944d3bca

Include config.h when available.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 15 Dec 2004 10:23:02 +0000
parents 8b896d461fdb
children 8ebef120d67f
files src/xs_md5.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_md5.c	Wed Dec 15 10:22:05 2004 +0000
+++ b/src/xs_md5.c	Wed Dec 15 10:23:02 2004 +0000
@@ -36,7 +36,9 @@
   1999-10-18 lpd Fixed typo in header comment (ansi2knr rather than md5).
   1999-05-03 lpd Original version.
  */
-
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <glib.h>
 #include <string.h>
 #include "xs_md5.h"