mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
10 lines
266 B
C++
10 lines
266 B
C++
--- actions.cc.orig Tue Jun 1 17:31:44 2004
|
|
+++ actions.cc Tue Jun 1 17:32:05 2004
|
|
@@ -1,6 +1,7 @@
|
|
/* $Id: actions.cc,v 1.5 2004/05/13 02:58:17 nuffer Exp $ */
|
|
#include <time.h>
|
|
#include <string.h>
|
|
+#include <ctype.h>
|
|
#include <iostream>
|
|
#include <iomanip>
|
|
|