Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(315)

Unified Diff: native_client_sdk/src/libraries/third_party/newlib-extras/netdb.h

Issue 1167113002: [NaCl SDK] Add include of stdint.h to netdb.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/third_party/newlib-extras/netdb.h
diff --git a/native_client_sdk/src/libraries/third_party/newlib-extras/netdb.h b/native_client_sdk/src/libraries/third_party/newlib-extras/netdb.h
index 52b9f96ab6bedf6040600fc99eeb05b770f1f175..ad14f19f30e81c3058ba35ed91651aa551643b6e 100644
--- a/native_client_sdk/src/libraries/third_party/newlib-extras/netdb.h
+++ b/native_client_sdk/src/libraries/third_party/newlib-extras/netdb.h
@@ -60,6 +60,7 @@
#include <sys/cdefs.h>
#include <sys/types.h>
#include <machine/ansi.h>
+#include <stdint.h>
#include <stdio.h>
#ifndef __socklen_t_defined
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698