summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2016-10-09 22:13:21 -0700
committerJim Meyering <meyering@fb.com>2016-10-09 22:15:07 -0700
commit2ad09464f9fb248f957c9ee98fa1a78d05a7466f (patch)
tree2fbfd7558a703da70276374f39e932f9f3faadb0
parentac28dcd0a7efc64785bacc347328c1d083989729 (diff)
downloadgrep-2ad09464f9fb248f957c9ee98fa1a78d05a7466f.tar.gz
maint: die.h: add the "#define ..." part of double inclusion guard
* src/die.h (DIE_H): Define to 1.
-rw-r--r--src/die.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/die.h b/src/die.h
index d993cdab..c0bd0247 100644
--- a/src/die.h
+++ b/src/die.h
@@ -17,6 +17,7 @@
02110-1301, USA. */
#ifndef DIE_H
+#define DIE_H
#include <error.h>
#include <stdbool.h>