From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oren Laadan Subject: Re: [PATCH] Fix in.h include in checkpoint_hdr.h Date: Mon, 05 Oct 2009 11:46:52 -0400 Message-ID: <4ACA14EC.50008@librato.com> References: <1254539948-478-1-git-send-email-matthltc@us.ibm.com> <20091005140538.GA9988@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20091005140538.GA9988-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: "Serge E. Hallyn" Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Dan Smith List-Id: containers.vger.kernel.org Pulled, thanks. Serge E. Hallyn wrote: > Quoting Matt Helsley (matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org): >> sys/in.h doesn't exist, at least not in the glibc headers of my Fedora or >> Ubuntu systems. Use netinet/in.h which does. >> >> Signed-off-by: Matt Helsley >> Cc: Dan Smith >> Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org > > Yes, fixes compile for me. > > Acked-by: Serge Hallyn > >> --- >> include/linux/checkpoint_hdr.h | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/include/linux/checkpoint_hdr.h b/include/linux/checkpoint_hdr.h >> index b5ce115..b5f958e 100644 >> --- a/include/linux/checkpoint_hdr.h >> +++ b/include/linux/checkpoint_hdr.h >> @@ -19,7 +19,7 @@ >> #else >> #include >> #include >> -#include >> +#include >> #endif >> >> /* >> -- >> 1.5.6.3 >> >> _______________________________________________ >> Containers mailing list >> Containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org >> https://lists.linux-foundation.org/mailman/listinfo/containers