diff options
Diffstat (limited to 'games/nlarn/files/patch-src_utils.c')
-rw-r--r-- | games/nlarn/files/patch-src_utils.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/nlarn/files/patch-src_utils.c b/games/nlarn/files/patch-src_utils.c new file mode 100644 index 000000000000..d7268f1254be --- /dev/null +++ b/games/nlarn/files/patch-src_utils.c @@ -0,0 +1,11 @@ +--- src/utils.c.orig 2020-05-23 06:13:27 UTC ++++ src/utils.c +@@ -21,7 +21,7 @@ + #include <stdio.h> + #include <string.h> + +-#include "nlarn.h" ++#include "extdefs.h" + #include "utils.h" + + static const guint LOG_MAX_LENGTH = 100; |