Include "stdio-common/_itoa.h" instead of "stdio/_itoa.h".

This commit is contained in:
Miles Bader 1995-10-26 23:11:02 +00:00
parent 29370ca488
commit bf899faa49

View File

@ -22,7 +22,7 @@ Cambridge, MA 02139, USA. */
#include <hurd.h>
#include <hurd/paths.h>
#include <fcntl.h>
#include "stdio/_itoa.h"
#include "stdio-common/_itoa.h"
#include <string.h>
/* Temporary hack; this belongs in a header file, probably types.h. */