diff options
author | okan <okan> | 2009-12-15 03:34:34 +0000 |
---|---|---|
committer | okan <okan> | 2009-12-15 03:34:34 +0000 |
commit | b27c3c22b508889678986f74b2ca3082a4b577ad (patch) | |
tree | ab26d1142bf442a294a5813be54909b257f570f3 /search.c | |
parent | 2ad2b5f31d01d8c0c3a45c542fc525ae79b4ae29 (diff) | |
download | cwm-b27c3c22b508889678986f74b2ca3082a4b577ad.tar.gz cwm-b27c3c22b508889678986f74b2ca3082a4b577ad.tar.xz cwm-b27c3c22b508889678986f74b2ca3082a4b577ad.zip |
pull these headers only into files that need them.
ok oga@
Diffstat (limited to 'search.c')
-rw-r--r-- | search.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/search.c b/search.c index e136427..18a3695 100644 --- a/search.c +++ b/search.c @@ -17,6 +17,7 @@ * $Id$ */ +#include <assert.h> #include <fnmatch.h> #include "calmwm.h" |