aboutsummaryrefslogtreecommitdiff
path: root/fallback.c
diff options
context:
space:
mode:
Diffstat (limited to 'fallback.c')
-rw-r--r--fallback.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fallback.c b/fallback.c
index e11b1afb..dee8dfb3 100644
--- a/fallback.c
+++ b/fallback.c
@@ -3,9 +3,10 @@
3** TecCGraf - PUC-Rio 3** TecCGraf - PUC-Rio
4*/ 4*/
5 5
6char *rcs_fallback="$Id: fallback.c,v 1.9 1994/11/21 18:22:58 roberto Stab roberto $"; 6char *rcs_fallback="$Id: fallback.c,v 1.10 1994/12/20 21:20:36 roberto Exp $";
7 7
8#include <stdio.h> 8#include <stdio.h>
9#include <string.h>
9 10
10#include "mem.h" 11#include "mem.h"
11#include "fallback.h" 12#include "fallback.h"