From 2f1e76e843e56d7adf5c71c110508e8cd26b02c0 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 5 Jan 2003 23:38:11 +0000 Subject: [PATCH] Include putty.h to get prototypes for exported functions. [originally from svn r2486] --- wildcard.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wildcard.c b/wildcard.c index 4084e093..a09f2c1d 100644 --- a/wildcard.c +++ b/wildcard.c @@ -10,6 +10,8 @@ #include #include +#include "putty.h" + /* * Definition of wildcard syntax: * -- 2.45.2