1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-15 16:29:15 -04:00
ports/games/spring/files/patch-tools_mapcompile_src_mapdecompile.cpp
Dmitry Marakasov 33c9707d8b games/spring: update to 105.0.1
PR:		254732
2022-02-25 22:12:28 +03:00

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>