mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
328 B
Plaintext
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"
|