mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
11 lines
317 B
C++
11 lines
317 B
C++
--- tools/mapcompile/src/mapdecompile.cpp.orig 2020-12-19 22:58:47 UTC
|
|
+++ tools/mapcompile/src/mapdecompile.cpp
|
|
@@ -1,7 +1,7 @@
|
|
/* This file is part of SpringMapConvNG (GPL v2 or later), see the LICENSE file */
|
|
|
|
#include "SMFMap.h"
|
|
-#include <IL/il.h>
|
|
+#include <il.h>
|
|
#include <iostream>
|
|
#include <string.h>
|
|
|