diff options
Diffstat (limited to 'lib/rename.c')
-rw-r--r-- | lib/rename.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rename.c b/lib/rename.c index 57676c964..13b86d043 100644 --- a/lib/rename.c +++ b/lib/rename.c @@ -30,8 +30,8 @@ # include <strings.h> #endif -#include <dirname.h> -#include <xalloc.h> +#include "dirname.h" +#include "xalloc.h" #ifndef HAVE_DECL_FREE "this configure-time declaration test was not run" |