X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fcsharpcomp.c;h=59494a718d69ab8b44f5f19157fac68c1556d947;hb=84d1749c4b5ad026522be96537320556ec6f7a57;hp=d8ed18c18a1aa5843ff2233f48e6b2e6bbc3fdc0;hpb=441aa3044f43e5572f58c354f01e6bc070acd5c7;p=gnulib.git diff --git a/lib/csharpcomp.c b/lib/csharpcomp.c index d8ed18c18..59494a718 100644 --- a/lib/csharpcomp.c +++ b/lib/csharpcomp.c @@ -1,5 +1,5 @@ /* Compile a C# program. - Copyright (C) 2003-2008 Free Software Foundation, Inc. + Copyright (C) 2003-2013 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify @@ -27,7 +27,7 @@ #include #include "execute.h" -#include "pipe.h" +#include "spawn-pipe.h" #include "wait-process.h" #include "sh-quote.h" #include "safe-read.h"