mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 14:00:45 -04:00
13 lines
290 B
Plaintext
13 lines
290 B
Plaintext
$NetBSD: patch-ab,v 1.1 2011/01/11 15:10:20 drochner Exp $
|
|
|
|
--- src/gcalctool.c.orig 2010-11-16 22:44:48.000000000 +0000
|
|
+++ src/gcalctool.c
|
|
@@ -20,6 +20,7 @@
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
+#include <locale.h>
|
|
|
|
#include "currency.h"
|
|
#include "unittest.h"
|