X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fdd.c;h=a98f7ae0671bd08b3419b74ceb4e2c423b1ab00e;hb=eb7ec6170eca278fb910e18ca1f7ca81c6b507c0;hp=c004d92848629e0ab7e7ff2844b6ae73f904faf9;hpb=41512f498b5f85a941ad165361b01135511fdd23;p=libguestfs.git diff --git a/daemon/dd.c b/daemon/dd.c index c004d92..a98f7ae 100644 --- a/daemon/dd.c +++ b/daemon/dd.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 @@ -23,7 +23,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h"