mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
12 lines
285 B
Text
12 lines
285 B
Text
*** syncal_cat.c.org Mon Jan 20 21:49:52 2003
|
|
--- syncal_cat.c Mon Jan 20 21:50:06 2003
|
|
***************
|
|
*** 11,16 ****
|
|
--- 11,17 ----
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+ #include <errno.h>
|
|
#include <sys/stat.h>
|
|
#include <time.h>
|
|
#include <ctype.h>
|