mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
e79ea52936
Feature safe: yes
14 lines
311 B
C
14 lines
311 B
C
--- src/main.c.orig 2012-03-17 19:32:11.000000000 +0900
|
|
+++ src/main.c 2012-03-17 19:33:33.000000000 +0900
|
|
@@ -42,6 +42,10 @@
|
|
#include <sys/stat.h>
|
|
#include <time.h> /* Seed for srand() */
|
|
|
|
+#if defined(__FreeBSD__)
|
|
+#include <locale.h>
|
|
+#endif
|
|
+
|
|
#include "global.h"
|
|
#include "data.h"
|
|
#include "buffer.h"
|