BIND 10 trac2544, updated. a5aab271f44cce29af4344ae8c24da02167deb05 [2544] Include stdint.h in the config_parser.h.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Dec 19 17:26:05 UTC 2012


The branch, trac2544 has been updated
       via  a5aab271f44cce29af4344ae8c24da02167deb05 (commit)
      from  f64ff7004ddec6c81538b2fc5d6827de6b79cfb8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a5aab271f44cce29af4344ae8c24da02167deb05
Author: Marcin Siodelski <marcin at isc.org>
Date:   Wed Dec 19 18:25:56 2012 +0100

    [2544] Include stdint.h in the config_parser.h.
    
    Without this header the build fails on CentOS as it does not recognize
    uint32_t type.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/dhcp4/config_parser.h |    1 +
 1 file changed, 1 insertion(+)

-----------------------------------------------------------------------
diff --git a/src/bin/dhcp4/config_parser.h b/src/bin/dhcp4/config_parser.h
index 2ee9cf6..cc4c690 100644
--- a/src/bin/dhcp4/config_parser.h
+++ b/src/bin/dhcp4/config_parser.h
@@ -14,6 +14,7 @@
 
 #include <exceptions/exceptions.h>
 #include <cc/data.h>
+#include <stdint.h>
 #include <string>
 
 #ifndef DHCP4_CONFIG_PARSER_H



More information about the bind10-changes mailing list