diff options
author | jsorg71 <jsorg71> | 2006-08-23 03:45:56 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2006-08-23 03:45:56 +0000 |
commit | 32a405a1d9b93f2b619175e257fa799a9af7f4bb (patch) | |
tree | d9f66a309c6dfb1555f6404a5c5efe1cd30bbf79 /common | |
parent | 1747f52ec6af0490f57e91bd7aafcda316c67547 (diff) | |
download | xrdp-proprietary-32a405a1d9b93f2b619175e257fa799a9af7f4bb.tar.gz xrdp-proprietary-32a405a1d9b93f2b619175e257fa799a9af7f4bb.zip |
#include using <>
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" |