pike.git/
src/
main.c
Branch:
Tag:
Non-build tags
All tags
No tags
1997-11-02
1997-11-02 17:19:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ac173e7b7d52fd81fe70d9dcb7ab764626fbd277 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added missing include of <errno.h>.
Rev: src/main.c:1.26
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: main.c,v 1.
25
1997/11/
01
23
:
05
:
29
grubba Exp $");
+
RCSID("$Id: main.c,v 1.
26
1997/11/
02
17
:
19
:
50
grubba Exp $");
#include "backend.h" #include "module.h" #include "object.h"
23:
#include "gc.h" #include "mapping.h"
+
#include <errno.h>
+
#ifdef HAVE_LOCALE_H #include <locale.h> #endif