pkgsrc-wip/tac_plus-libradius/patches/patch-al

12 lines
367 B
Text

$NetBSD: patch-al,v 1.1 2008/10/04 20:26:29 gschwarz Exp $
--- regexp.c.orig 2008-10-04 21:58:49.000000000 +0200
+++ regexp.c 2008-10-04 22:00:10.000000000 +0200
@@ -43,6 +43,7 @@
* regular-expression syntax might require a total rethink.
*/
#include <stdio.h>
+#include <string.h> /* for strspnc() and strlen() */
#include "regexp.h"
#include "regmagic.h"