=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/isexec.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/rdist/isexec.c 2014/07/05 05:31:35 1.9 --- src/usr.bin/rdist/isexec.c 2015/01/20 09:00:16 1.10 *************** *** 1,4 **** ! /* $OpenBSD: isexec.c,v 1.9 2014/07/05 05:31:35 guenther Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: isexec.c,v 1.10 2015/01/20 09:00:16 guenther Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. *************** *** 29,37 **** * SUCH DAMAGE. */ ! #include "defs.h" ! #include /* * Determine whether 'file' is a binary executable or not. --- 29,40 ---- * SUCH DAMAGE. */ ! #include #include + #include + #include + + #include "client.h" /* * Determine whether 'file' is a binary executable or not.