From 8427d623b3285820ab9f584e6ad040d565755b6c Mon Sep 17 00:00:00 2001 From: cdfrey Date: Fri, 29 Sep 2006 18:37:23 +0000 Subject: [PATCH] added stdint.h to parser.h for uint32_t. Thanks Ron Gage for the bug report --- ChangeLog | 3 +++ src/parser.h | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 720c5723..d115bcb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Release: version 0.0.2 - 2006/??/?? ------------------------------------------------------------------------------ +2006/09/29 + - added stdint.h to parser.h for uint32_t. Thanks Ron Gage for + the bug report 2006/09/08 - large refactoring of the packet parsing and building code, splitting the code into 3 groups: diff --git a/src/parser.h b/src/parser.h index 0538c599..82ed662e 100644 --- a/src/parser.h +++ b/src/parser.h @@ -25,6 +25,7 @@ #include "data.h" #include "protocol.h" #include "debug.h" +#include // for uint32_t namespace Barry { -- 2.11.4.GIT