From 482dc4ee3cdd668e863959b90e51d961c2401a09 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 27 Aug 2001 08:44:27 +0000 Subject: include strtoxmax.c --- lib/strtoimax.c | 2 +- lib/strtoumax.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/strtoimax.c b/lib/strtoimax.c index fe4123b18..6357ceb3f 100644 --- a/lib/strtoimax.c +++ b/lib/strtoimax.c @@ -1,2 +1,2 @@ #define STRTOUXMAX_SIGNED -#include "strtouxmax.c" +#include "strtoxmax.c" diff --git a/lib/strtoumax.c b/lib/strtoumax.c index 625df491c..d3cd027c4 100644 --- a/lib/strtoumax.c +++ b/lib/strtoumax.c @@ -1 +1 @@ -#include "strtouxmax.c" +#include "strtoxmax.c" -- cgit v1.2.3-54-g00ecf