X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=linux%2Fplat.c;h=1f2c9f2af81e8fb15a3d45773683fa839831973d;hb=a1b30e1a4a93f8104a1119e4387fa83ba777c712;hp=4ed1e65d6bd19db099bcf2c5b79df64487df30b8;hpb=ca69c3e5a0ecf407c02dc85c6f3282ebb1efc5a2;p=libpicofe.git diff --git a/linux/plat.c b/linux/plat.c index 4ed1e65..1f2c9f2 100644 --- a/linux/plat.c +++ b/linux/plat.c @@ -1,10 +1,11 @@ /* - * (C) Gražvydas "notaz" Ignotas, 2008-2010 + * (C) Gražvydas "notaz" Ignotas, 2008-2012 * * This work is licensed under the terms of any of these licenses * (at your option): * - GNU GPL, version 2 or later. * - GNU LGPL, version 2.1 or later. + * - MAME license. * See the COPYING file in the top-level directory. */ @@ -19,7 +20,7 @@ #include #include -#include "../common/plat.h" +#include "../plat.h" /* XXX: maybe unhardcode pagesize? */ #define HUGETLB_PAGESIZE (2 * 1024 * 1024)