From 50314f5ba20ee28439aecdc26585b3ce11602fce Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 16 Oct 2003 15:09:15 +0000 Subject: [PATCH] added int2str.c git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@184 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/Makefile-files | 1 + 1 file changed, 1 insertion(+) diff --git a/util-vserver/lib/Makefile-files b/util-vserver/lib/Makefile-files index a259825..737407a 100644 --- a/util-vserver/lib/Makefile-files +++ b/util-vserver/lib/Makefile-files @@ -28,6 +28,7 @@ lib_SRCS = lib/syscall.c \ lib/getinitpid.c \ lib/getversion.c \ lib/uint2str.c \ + lib/int2str.c \ $(lib_legacy_SRCS) lib_HDRS = lib/vserver.h -- 1.8.1.5