pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/45602: chat/licq-core doesn't build



On Fri, 2011-11-11 at 16:35 +0000, Joerg Sonnenberger wrote:
>  That's wrong. Just including limits.h unconditionally should be fine.

Excuse me, thanks correcting.
And yes is fine, so pls:

$NetBSD$

--- src/fifo.cpp.orig   2011-11-11 15:29:37.000000000 +0000
+++ src/fifo.cpp        2011-11-11 15:30:29.000000000 +0000
@@ -38,6 +38,8 @@
 extern int errno;
 #endif
 
+#include <limits.h>
+
 // Localization
 #include "gettext.h"
 

Noud
-- 



Home | Main Index | Thread Index | Old Index