comparison lib-src/b2m.c @ 4696:1fc792473491

Include <config.h> instead of "config.h".
author Roland McGrath <roland@gnu.org>
date Fri, 10 Sep 1993 06:15:46 +0000
parents beb5acbcd482
children 18de002e47dd
comparison
equal deleted inserted replaced
4695:32220a85d53b 4696:1fc792473491
17 17
18 #include <stdio.h> 18 #include <stdio.h>
19 #include <time.h> 19 #include <time.h>
20 #include <sys/types.h> 20 #include <sys/types.h>
21 21
22 #include "../src/config.h" 22 #include <../src/config.h>
23 23
24 #ifdef USG 24 #ifdef USG
25 #include <string.h> 25 #include <string.h>
26 #else 26 #else
27 #include <strings.h> 27 #include <strings.h>