mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 09:05:40 +01:00
Prepending file names with "src/" in #include directives is undesirable.
Committed: http://breakpad.appspot.com/427003/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1005 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
fd7870028f
commit
5ad99ac174
@ -31,7 +31,7 @@
|
||||
// we call the libc functions directly we risk crashing in the dynamic linker
|
||||
// as it tries to resolve uncached PLT entries.
|
||||
|
||||
#include "src/common/linux/linux_libc_support.h"
|
||||
#include "common/linux/linux_libc_support.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user