Use "generic" ac headers.

This commit is contained in:
Kurt Zeilenga 1998-11-15 06:54:30 +00:00
parent f2aa11550e
commit a8f7f0b3c7
3 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <ac/ctype.h>
#include <ac/string.h>
#include <ac/unistd.h>

View File

@ -4,8 +4,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <ac/ctype.h>
#include <ac/string.h>
#include <ac/unistd.h>

View File

@ -2,8 +2,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <ac/ctype.h>
#include <ac/string.h>
#include <ac/unistd.h>