X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fmknod.c;h=d5b8467218b030316453dd1867d191409f096a32;hp=2458a8514f7c8b1188fa21a35f0b7f4f80b0486b;hb=04ea1375c55aa67df4e7fc61dbb534111767f3b6;hpb=61ab83d19009a8006dd73ebe16d22494b78be4d1 diff --git a/daemon/mknod.c b/daemon/mknod.c index 2458a85..d5b8467 100644 --- a/daemon/mknod.c +++ b/daemon/mknod.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 @@ -26,7 +26,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" #include "optgroups.h"