hyperv-daemons/hypervkvpd-0-include_fix.patch
Tomas Hozza 8e8f9a7b03 Initial SRPM import
Signed-off-by: Tomas Hozza <thozza@redhat.com>
2013-09-04 16:12:40 +02:00

22 lines
649 B
Diff

diff -up hypervkvpd-0/hv_kvp_daemon.c.include hypervkvpd-0/hv_kvp_daemon.c
--- hypervkvpd-0/hv_kvp_daemon.c.include 2013-03-20 14:47:30.812899613 +0100
+++ hypervkvpd-0/hv_kvp_daemon.c 2013-03-20 14:47:42.337896971 +0100
@@ -26,7 +26,7 @@
#include <sys/socket.h>
#include <sys/poll.h>
#include <sys/utsname.h>
-#include <linux/types.h>
+/* #include <linux/types.h> */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
@@ -35,7 +35,7 @@
#include <errno.h>
#include <arpa/inet.h>
#include <linux/connector.h>
-#include <linux/hyperv.h>
+#include "linux/hyperv.h"
#include <linux/netlink.h>
#include <ifaddrs.h>
#include <netdb.h>