aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac
diff options
context:
space:
mode:
authorDaniel Bratell <bratell@opera.com>2018-02-23 13:37:19 +0100
committerMark Mentovai <mark@chromium.org>2018-02-23 14:30:08 +0000
commit88e9a460dec52d11ce4520c54246cf5cf29f87bf (patch)
treecbc15fb768c557f37aeeae258b6303485d271bf5 /src/client/mac
parentFix Travis build by running tests as root (diff)
downloadbreakpad-88e9a460dec52d11ce4520c54246cf5cf29f87bf.tar.xz
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>
Diffstat (limited to 'src/client/mac')
-rw-r--r--src/client/mac/handler/breakpad_nlist_64.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/mac/handler/breakpad_nlist_64.h b/src/client/mac/handler/breakpad_nlist_64.h
index 1d2c6391..e8e2e083 100644
--- a/src/client/mac/handler/breakpad_nlist_64.h
+++ b/src/client/mac/handler/breakpad_nlist_64.h
@@ -32,6 +32,7 @@
// nlist function implemented to work on 64-bit.
#ifndef CLIENT_MAC_HANDLER_BREAKPAD_NLIST_H__
+#define CLIENT_MAC_HANDLER_BREAKPAD_NLIST_H__
#include <mach/machine.h>