summaryrefslogtreecommitdiff
path: root/lib/common.c
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-03-06 19:33:05 +0100
committerhorchi <vdr@jwendel.de>2017-03-06 19:33:05 +0100
commitbb4188905ea3fc2ec903f642038eee47bc0a172e (patch)
tree0ffeff441f087e25a766cd90230725b961c3e022 /lib/common.c
parent5eacf5bf36ddbac082a9e40a2bcdfd0f04fd3f9f (diff)
downloadvdr-plugin-epg2vdr-bb4188905ea3fc2ec903f642038eee47bc0a172e.tar.gz
vdr-plugin-epg2vdr-bb4188905ea3fc2ec903f642038eee47bc0a172e.tar.bz2
2017-03-06: version 1.1.44 (horchi)\n - change: Improved Makefile (Thx to magicamun)\n\n1.1.44a
Diffstat (limited to 'lib/common.c')
-rw-r--r--lib/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.c b/lib/common.c
index 8a0e9ac..fb95c1a 100644
--- a/lib/common.c
+++ b/lib/common.c
@@ -13,7 +13,7 @@
#include <arpa/inet.h>
#ifdef USEUUID
-# include <uuid/uuid.h>
+# include <uuid.h>
#endif
#include <stdarg.h>