2013-09-26 17:14:40 +02:00

15 lines
328 B
Plaintext

$NetBSD: patch-aa,v 1.3 2011/04/16 17:45:17 shattered Exp $
--- lpairs/main.c.orig 2008-08-24 17:43:16.000000000 +0000
+++ lpairs/main.c
@@ -23,6 +23,9 @@
#include <stdlib.h>
#include <time.h>
#include <SDL/SDL.h>
+#ifdef ENABLE_NLS
+#include <locale.h>
+#endif
#include "gettext.h"
#include "sdl.h"
#include "dynlist.h"