about summary refs log tree commit diff stats
path: root/subx/020elf.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-06-28 16:34:04 -0700
committerKartik Agaram <vc@akkartik.com>2018-06-28 16:34:04 -0700
commit2097401c4b18b09a9cd13673e703a0738731c364 (patch)
tree5b845b37f3ad3c914d3407867c26ea540ae36552 /subx/020elf.cc
parente0d71f95c7943f9c6aeaa5c84970c867b0cd6398 (diff)
downloadmu-2097401c4b18b09a9cd13673e703a0738731c364.tar.gz
4285
Diffstat (limited to 'subx/020elf.cc')
-rw-r--r--subx/020elf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/020elf.cc b/subx/020elf.cc
index 3c9d6262..8580d8a4 100644
--- a/subx/020elf.cc
+++ b/subx/020elf.cc
@@ -108,7 +108,7 @@ void die(const char* format, ...) {
   abort();
 }
 
-:(before "End Types")
+:(before "End Includes")
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>