summaryrefslogtreecommitdiff
path: root/nasm.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2010-06-15 10:47:16 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2010-06-15 10:47:16 -0700
commit5e2e8b9105793eff7704e2fec4b3edee0c4208f6 (patch)
tree4a0cd611c3a566b01ab3daf68437ac4d2242ebee /nasm.h
parent985d880c15a5b26e59cdcec4af2eba0748ecfe1f (diff)
downloadnasm-5e2e8b9105793eff7704e2fec4b3edee0c4208f6.tar.gz
Rename filenames to 8.3 format
Apparently some people still care about compiling native on MS-DOS, and we don't have a significant number of files which need adjustment. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'nasm.h')
-rw-r--r--nasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nasm.h b/nasm.h
index 236f2f40..76f561fb 100644
--- a/nasm.h
+++ b/nasm.h
@@ -45,7 +45,7 @@
#include "nasmlib.h"
#include "preproc.h"
#include "insnsi.h" /* For enum opcode */
-#include "directives.h" /* For enum directive */
+#include "directiv.h" /* For enum directive */
#include "opflags.h"
#define NO_SEG -1L /* null segment value */