blob: aa07504fb992e3b3bc6a98cfeaa6fab71effc8e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- ytree.h.orig
+++ ytree.h
@@ -14,6 +14,7 @@
#include <stdio.h>
#include <ctype.h>
#include <math.h>
+#include <locale.h>
#ifdef XCURSES
#include <xcurses.h>
|