X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=ucimap-example.c;h=9b315d0a193bcccf51be4f94fe6240bd63b46961;hb=c81b25ffd34632dc6ac56fe61faaf44eca822259;hp=d433f6155bdaf374fca440e04227012f4fb7a75b;hpb=ba0d03d0cca59b5b8d30f4844d9eb9ec3e87c69a;p=project%2Fuci.git diff --git a/ucimap-example.c b/ucimap-example.c index d433f61..9b315d0 100644 --- a/ucimap-example.c +++ b/ucimap-example.c @@ -1,6 +1,6 @@ /* * ucimap-example - sample code for the ucimap library - * Copyright (C) 2008 Felix Fietkau + * Copyright (C) 2008-2009 Felix Fietkau * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 @@ -16,6 +16,7 @@ #include #include #include +#include "list.h" struct list_head ifs;