mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
13 lines
326 B
C++
13 lines
326 B
C++
$NetBSD: patch-config.hpp,v 1.1 2012/03/02 14:57:08 hans Exp $
|
|
|
|
--- config.hpp.orig 2005-06-20 13:28:29.000000000 +0200
|
|
+++ config.hpp 2012-03-02 15:50:39.263891839 +0100
|
|
@@ -35,6 +35,7 @@
|
|
#define _GNU_SOURCE
|
|
#endif
|
|
#include <dirent.h> // for PATH_MAX?
|
|
+#include <limits.h>
|
|
#include <getopt.h>
|
|
|
|
#include <X11/keysym.h>
|