diff src/DLD-FUNCTIONS/md5sum.cc @ 10039:1e306aa51d6c

Include config.h before another header file.
author Thomas Treichl
date Mon, 28 Dec 2009 10:11:20 -0600
parents 16f53d29049f
children 40dfc0c99116
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/md5sum.cc	Mon Dec 28 10:42:05 2009 -0500
+++ b/src/DLD-FUNCTIONS/md5sum.cc	Mon Dec 28 10:11:20 2009 -0600
@@ -21,13 +21,13 @@
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <string>
 #include <vector>
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 #include "defun-dld.h"
 #include "file-stat.h"
 #include "file-ops.h"