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

Unified Diff: third_party/liblouis/nacl_wrapper/liblouis_instance.cc

Issue 1549293002: Switch to standard integer types in third_party/liblouis/nacl_wrapper/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
Index: third_party/liblouis/nacl_wrapper/liblouis_instance.cc
diff --git a/third_party/liblouis/nacl_wrapper/liblouis_instance.cc b/third_party/liblouis/nacl_wrapper/liblouis_instance.cc
index 9e970d413694b23badb26766288b36f7838df4d6..c771bc90c62eea2f95737f4fb1467aafbc5605bf 100644
--- a/third_party/liblouis/nacl_wrapper/liblouis_instance.cc
+++ b/third_party/liblouis/nacl_wrapper/liblouis_instance.cc
@@ -14,9 +14,11 @@
#include "liblouis_instance.h"
+#include <stddef.h>
+#include <sys/mount.h>
+
#include <cstdio>
#include <cstring>
-#include <sys/mount.h>
#include <vector>
#include "native_client_sdk/src/libraries/nacl_io/nacl_io.h"
« no previous file with comments | « third_party/liblouis/nacl_wrapper/liblouis_instance.h ('k') | third_party/liblouis/nacl_wrapper/liblouis_module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698