mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
daemon: Don't use ../src path to include generator_protocol.h
This file is already hard-linked into the current directory, so the relative path is not required.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../src/guestfs_protocol.h"
|
||||
#include "guestfs_protocol.h"
|
||||
#include "daemon.h"
|
||||
#include "actions.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user