diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/log.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/common/log.c b/common/log.c index 543a4e65..01adbd84 100644 --- a/common/log.c +++ b/common/log.c @@ -17,13 +17,13 @@ Copyright (C) Jay Sorg 2005-2006 */ -#include "sys/types.h" -#include "sys/stat.h" -#include "fcntl.h" -#include "syslog.h" -#include "stdarg.h" -#include "stdio.h" -#include "time.h" +#include <sys/types.h> +#include <sys/stat.h> +#include <fcntl.h> +#include <syslog.h> +#include <stdarg.h> +#include <stdio.h> +#include <time.h> #include "os_calls.h" |