repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid potential negative array index access to cached text.
[LibreOffice.git]
/
external
/
breakpad
/
include.patch
blob
e90ae9c11744cc5a85f7ef55e932a43fa354ef3b
1
--- src/client/linux/handler/minidump_descriptor.h
2
+++ src/client/linux/handler/minidump_descriptor.h
3
@@ -31,6 +31,7 @@
4
#define CLIENT_LINUX_HANDLER_MINIDUMP_DESCRIPTOR_H_
5
6
#include <assert.h>
7
+#include <stdint.h>
8
#include <sys/types.h>
9
10
#include <string>