blob: 12dc3193e69b25c30f6f47d0627f3f8c9e4e0caf [file] [log] [blame] [raw]
# $Id: check-compat.sh,v 1.1 2010-10-24 00:42:04 tcunha Exp $
grep "#include" compat.h|while read line; do
grep "$line" *.[ch] compat/*.[ch]
done