Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/runqueue-example.c')
-rw-r--r--examples/runqueue-example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/runqueue-example.c b/examples/runqueue-example.c
index 1ae184a..13ab864 100644
--- a/examples/runqueue-example.c
+++ b/examples/runqueue-example.c
@@ -16,11 +16,11 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <libubox/uloop.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
+#include "uloop.h"
#include "runqueue.h"
static struct runqueue q;