diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-30 02:13:15 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-30 02:13:15 +0000 |
commit | 265ab036ba930e88825e04a0c4684adb2b4a858a (patch) | |
tree | 92a778eebd03c7a6bbb68111407bd43ff34ee83a /libobjc/sendmsg.c | |
parent | fc449a714ba744bd812bf8b0c081bf062c54cbeb (diff) | |
download | ppe42-gcc-265ab036ba930e88825e04a0c4684adb2b4a858a.tar.gz ppe42-gcc-265ab036ba930e88825e04a0c4684adb2b4a858a.zip |
* Makefile.in: Rewrite.
* configure.in: Likewise.
* configure: Regenerate.
* All .c files. Remove "objc" prefix when including objc header
files. Include tconfig.h, not ../tconfig.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22659 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/sendmsg.c')
-rw-r--r-- | libobjc/sendmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c index 17f8b974013..62c8f2850e3 100644 --- a/libobjc/sendmsg.c +++ b/libobjc/sendmsg.c @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ however invalidate any other reasons why the executable file might be covered by the GNU General Public License. */ -#include "../tconfig.h" +#include "tconfig.h" #include "runtime.h" #include "sarray.h" #include "encoding.h" |