openbsd-ports/net/bitlbee/patches/patch-protocols_jabber_lib_h
naddy a2c69a5b0d Update to 0.90.
Partial audit for string handling.

From: Andrew Dalgleish <openbsd@ajd.net.au>
2004-06-20 16:27:49 +00:00

12 lines
378 B
Plaintext

$OpenBSD: patch-protocols_jabber_lib_h,v 1.1 2004/06/20 16:27:49 naddy Exp $
--- protocols/jabber/lib.h.orig 2004-04-15 00:55:58.000000000 +1000
+++ protocols/jabber/lib.h 2004-05-30 13:55:30.000000000 +1000
@@ -2,6 +2,7 @@
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>
+#include <sys/param.h>
#include <stdio.h>
#include <setjmp.h>
#include <sys/stat.h>