X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fgrep.c;h=3562f3691c0fbe88fbe6957ff58ade893c14feef;hb=00a0fab50b3803be8db5b7d9fa0869a70b0da556;hp=73e58dd38169730ccda49d46f4048ccf0ef92869;hpb=7d8e5886a6a8ab16c6a69d0e02e7f93cdb7430df;p=libguestfs.git diff --git a/daemon/grep.c b/daemon/grep.c index 73e58dd..3562f36 100644 --- a/daemon/grep.c +++ b/daemon/grep.c @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -24,7 +24,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h"