pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-01-30
1998-01-30 16:49:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3eb19a935d6301f1cdb24a128e8c1919a2b55f82 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added missing #include.
Rev: src/program.c:1.62
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
61
1998/01/
29
22
:
53
:
56
hubbe
Exp $");
+
RCSID("$Id: program.c,v 1.
62
1998/01/
30
16
:
49
:
30
grubba
Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
24:
#include "threads.h" #include "constants.h" #include "operators.h"
+
#include "builtin_functions.h"
#include <errno.h> #include <fcntl.h>