# HG changeset patch
# User bears
# Date 957632005 -3600
# Node ID 62b9392bceca81b21a7faec7bf4d935534803e02
# Parent  32ba1198c6fafd61e7c45b9c8d5f37e0d652e296
[svn] Add wildmat.h to includes

diff -r 32ba1198c6fa -r 62b9392bceca src/wildmat.c
--- a/src/wildmat.c	Sat May 06 00:49:38 2000 +0100
+++ b/src/wildmat.c	Sat May 06 17:53:25 2000 +0100
@@ -6,7 +6,7 @@
   o Rename wildmat() to Wld_match().
   o Adjust includes.
   
-  $Id: wildmat.c 49 2000-05-05 21:45:56Z uh1763 $
+  $Id: wildmat.c 52 2000-05-06 16:53:25Z bears $
 
   The entire INN distribution is covered by the following copyright
   notice. As this file originated in the INN distribution is it
@@ -14,7 +14,7 @@
   
     Copyright 1991 Rich Salz.
     All rights reserved.
-    $Revision: 49 $
+    $Revision: 52 $
 
     Redistribution and use in any form are permitted provided that the
     following restrictions are are met:
@@ -37,7 +37,7 @@
 
 */
 
-/*  $Revision: 49 $
+/*  $Revision: 52 $
 **
 **  Do shell-style pattern matching for ?, \, [], and * characters.
 **  Might not be robust in face of malformed patterns; e.g., "foo[a-"
@@ -78,6 +78,7 @@
 #include <sys/types.h>
 #include "common.h"
 #include "log.h"
+#include "wildmat.h"
 
 #define	ABORT		(-1)