diff options
| author | David Greenman <dg@FreeBSD.org> | 1993-07-27 10:52:31 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1993-07-27 10:52:31 +0000 |
| commit | 269312019a13a34b73e2c761145aa9166105f4e5 (patch) | |
| tree | f74d745c1c162578afcb421239425fdd31e58e8a /sys/ddb/db_output.c | |
| parent | af7f5fbec060109f39032bc0aa43a722b22d32c1 (diff) | |
Notes
Diffstat (limited to 'sys/ddb/db_output.c')
| -rw-r--r-- | sys/ddb/db_output.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c index fc8fca776693..82c7ce3ef60b 100644 --- a/sys/ddb/db_output.c +++ b/sys/ddb/db_output.c @@ -34,6 +34,9 @@ /* * HISTORY * $Log: db_output.c,v $ + * Revision 1.1.1.1 1993/06/12 14:57:37 rgrimes + * Initial import, 0.1 + pk 0.2.4-B1 + * * Revision 1.1 1992/03/25 21:45:18 pace * Initial revision * @@ -60,6 +63,7 @@ */ #include "param.h" +#include "systm.h" #include <machine/stdarg.h> /* |
