mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 12:25:51 +01:00
Fixing incorrect include guard (missing #define)
Noticed while adding an include guard presubmit check in Chromium. Change-Id: I9e677412d881b32a58d695208045b575bb8f8be6 Reviewed-on: https://chromium-review.googlesource.com/934448 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
49907e1c34
commit
88e9a460de
@ -32,6 +32,7 @@
|
|||||||
// nlist function implemented to work on 64-bit.
|
// nlist function implemented to work on 64-bit.
|
||||||
|
|
||||||
#ifndef CLIENT_MAC_HANDLER_BREAKPAD_NLIST_H__
|
#ifndef CLIENT_MAC_HANDLER_BREAKPAD_NLIST_H__
|
||||||
|
#define CLIENT_MAC_HANDLER_BREAKPAD_NLIST_H__
|
||||||
|
|
||||||
#include <mach/machine.h>
|
#include <mach/machine.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user