From 0680b8255e89f45e6d6a3b68e703931461103aae Mon Sep 17 00:00:00 2001 From: mccallum Date: Mon, 27 May 1996 13:57:48 +0000 Subject: [PATCH] Prepend missing `o-' in #include. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1550 72102866-910b-0410-8b05-ffd578937521 --- Source/o_x_bas.m.in | 2 +- Source/o_x_cbs.m.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/o_x_bas.m.in b/Source/o_x_bas.m.in index 93b17e523..acd07cb63 100644 --- a/Source/o_x_bas.m.in +++ b/Source/o_x_bas.m.in @@ -27,7 +27,7 @@ #include #include #include -#include +#include /**** Type, Constant, and Macro Definitions **********************************/ diff --git a/Source/o_x_cbs.m.in b/Source/o_x_cbs.m.in index 68cf462c5..43ac03a77 100644 --- a/Source/o_x_cbs.m.in +++ b/Source/o_x_cbs.m.in @@ -25,7 +25,7 @@ /**** Included Headers *******************************************************/ #include -#include +#include /**** Type, Constant, and Macro Definitions **********************************/