From 968dc229afd75e670a92b24eb48222aa347d756b Mon Sep 17 00:00:00 2001 From: Paul Sladen Date: Sun, 29 Mar 2009 19:13:36 +0200 Subject: [PATCH] renamed: usbmuxd.h -> usbmuxd-proto.h renamed: libusbmuxd.h -> usbmuxd.h Use 'install' in Makefile build libusbmuxd.so (use with '#include ' and -lusbmuxd add *.so to .gitignore Really this time. Signed-off-by: Nikias Bassen --- libusbmuxd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libusbmuxd.c') diff --git a/libusbmuxd.c b/libusbmuxd.c index ed331aa..1a9b4b8 100644 --- a/libusbmuxd.c +++ b/libusbmuxd.c @@ -8,9 +8,9 @@ #include // usbmuxd public interface -#include -// usbmuxd protocol #include +// usbmuxd protocol +#include // socket utility functions #include "sock_stuff.h" -- cgit v1.1-32-gdbae