]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 1289] Use quotes instead of angle brackets for include of messages.h
authorDanny Mayer <mayer@ntp.org>
Mon, 31 Aug 2009 13:50:13 +0000 (09:50 -0400)
committerDanny Mayer <mayer@ntp.org>
Mon, 31 Aug 2009 13:50:13 +0000 (09:50 -0400)
bk: 4a9bd515a0nB2MrLWagrjiMzMiW7uw

ports/winnt/libntp/syslog.c

index ad492324f05c110c5ee6386498c4a78543587caa..f66cb994b278b14382bed4a331df13eacc0d95d9 100644 (file)
@@ -25,7 +25,7 @@
 #include <stdlib.h>
 #include <syslog.h>
 
-#include <messages.h>
+#include "messages.h"
 
 static HANDLE hAppLog = NULL;
 static FILE *log_stream;