diff urogue/mdport.c @ 273:51ddbe7b992d

UltraRogue: begin autoconfiscation. Build options can now be set with configure.
author John "Elwin" Edwards
date Mon, 04 Sep 2017 21:08:09 -0400
parents 1db299e868b8
children 8b6aba552f6f
line wrap: on
line diff
--- a/urogue/mdport.c	Sun Sep 03 19:58:22 2017 -0400
+++ b/urogue/mdport.c	Mon Sep 04 21:08:09 2017 -0400
@@ -29,6 +29,10 @@
     SUCH DAMAGE.
 */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #if defined(_WIN32)
 #include <Windows.h>
 #include <Lmcons.h>