summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-07 19:57:04 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-07 19:57:04 +0000
commitd3278a9a559f409e717c70fa926bdd3f9f39e486 (patch)
tree26b5f314fbc1f3f2c627daec6025a9ef4af2f385
parentfdcb3545235dda8086a2655652775596a58e2116 (diff)
downloadchromium_src-d3278a9a559f409e717c70fa926bdd3f9f39e486.zip
chromium_src-d3278a9a559f409e717c70fa926bdd3f9f39e486.tar.gz
chromium_src-d3278a9a559f409e717c70fa926bdd3f9f39e486.tar.bz2
Include correct header for uint8_t in gtk_util.h
Review URL: http://codereview.chromium.org/63065 Patch from Craig Schlenter <craig.schlenter@gmail.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13272 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xbase/gfx/gtk_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/gfx/gtk_util.h b/base/gfx/gtk_util.h
index 1b70ae0..f2f860f 100755
--- a/base/gfx/gtk_util.h
+++ b/base/gfx/gtk_util.h
@@ -5,6 +5,7 @@
#ifndef BASE_GFX_GTK_UTIL_H_
#define BASE_GFX_GTK_UTIL_H_
+#include <stdint.h>
#include <vector>
typedef struct _GdkColor GdkColor;