Browse Source

[trac738] Fix distcheck failure

Stephen Morris 14 years ago
parent
commit
fc29e92af2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/auth/auth_log.h

+ 1 - 1
src/bin/auth/auth_log.h

@@ -16,7 +16,7 @@
 #define __AUTH_LOG__H
 
 #include <log/macros.h>
-#include "auth_messages.h"
+#include <auth/auth_messages.h>
 
 namespace isc {
 namespace auth {