diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2009-12-15 03:34:35 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2009-12-15 03:34:35 +0000 |
commit | 425be19cdf86eb454edfe09f8c9ead63603fcd37 (patch) | |
tree | 9cd86e28a858b866d4f196399caf8bc14715d63a /app/cwm/search.c | |
parent | 9db6a7a6691f36cf5f6c80367a9cd722d1a079eb (diff) |
pull these headers only into files that need them.
ok oga@
Diffstat (limited to 'app/cwm/search.c')
-rw-r--r-- | app/cwm/search.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/cwm/search.c b/app/cwm/search.c index 3635fb0f4..dece5753d 100644 --- a/app/cwm/search.c +++ b/app/cwm/search.c @@ -14,9 +14,10 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: search.c,v 1.18 2009/12/15 03:24:36 okan Exp $ + * $Id: search.c,v 1.19 2009/12/15 03:34:34 okan Exp $ */ +#include <assert.h> #include <fnmatch.h> #include "calmwm.h" |