aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-08 00:01:20 +0000
committerRichard M. Stallman1995-04-08 00:01:20 +0000
commita4f069b067570a4f2954bf981fe596229b322029 (patch)
treea640d22331de714d1c8a2b244cd096f069181934 /src
parent42457d75fc8fefffb203344cec5fe5e9051d4992 (diff)
downloademacs-a4f069b067570a4f2954bf981fe596229b322029.tar.gz
emacs-a4f069b067570a4f2954bf981fe596229b322029.zip
Use "..." in #include.
Diffstat (limited to 'src')
-rw-r--r--src/s/aix4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/aix4.h b/src/s/aix4.h
index ac2c0bd380c..6508ab60d74 100644
--- a/src/s/aix4.h
+++ b/src/s/aix4.h
@@ -1,4 +1,4 @@
1#include <aix3-2-5.h> 1#include "aix3-2-5.h"
2 2
3/* AIX 4 does not have HFT any more. */ 3/* AIX 4 does not have HFT any more. */
4#undef AIXHFT 4#undef AIXHFT