diff options
Diffstat (limited to 'src/filelock.c')
-rw-r--r-- | src/filelock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filelock.c b/src/filelock.c index a79797e086b..3955f38fae5 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/types.h> #include <sys/stat.h> -#include "config.h" +#include <config.h> #ifdef VMS #include "vms-pwd.h" |