From 924fc6746e5297e749b6272f89d9c6abcd2c316b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 2 Jun 2010 10:23:37 +0200 Subject: [PATCH] Fixed a typo in the list of includes. Has anybody compiled the full tree recently? ;) --- ucw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/Makefile b/ucw/Makefile index 4bb7f8e3..327581ef 100644 --- a/ucw/Makefile +++ b/ucw/Makefile @@ -58,7 +58,7 @@ LIBUCW_MAIN_INCLUDES= \ qache.h \ kmp.h kmp-search.h binsearch.h \ partmap.h \ - strnonum.h + strtonum.h ifdef CONFIG_UCW_THREADS # Some modules require threading -- 2.39.5