fix auto-quoting screwup
[unix-history] / usr / src / sys / stand.att / printn.c
index f7f8bb8..219d5b3 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1982, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1982, 1986 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)printn.c    7.1 (Berkeley) %G%
+ *     @(#)printn.c    7.3 (Berkeley) %G%
  */
 
  */
 
-#include "param.h"
+#include "sys/param.h"
 
 /*
  * Printn prints a number n in base b.
 
 /*
  * Printn prints a number n in base b.