Extend copyright
[project/rpcd.git] / file.c
diff --git a/file.c b/file.c
index b1cfe99..57e0894 100644 (file)
--- a/file.c
+++ b/file.c
@@ -1,7 +1,7 @@
 /*
  * rpcd - UBUS RPC server
  *
- *   Copyright (C) 2013 Jo-Philipp Wich <jow@openwrt.org>
+ *   Copyright (C) 2013-2014 Jo-Philipp Wich <jow@openwrt.org>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -29,7 +29,7 @@
 #include <libubox/blobmsg.h>
 #include <libubox/ustream.h>
 
-#include "plugin.h"
+#include <rpcd/plugin.h>
 
 /* limit of sys & proc files */
 #define RPC_FILE_MIN_SIZE              (128)