X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/8bb67afe38e216185a23b7cf2e7996c68b5d8e9e..fcb632a28d698e5e3c4463b2db184025555015a2:/lib/syscalls.c diff --git a/lib/syscalls.c b/lib/syscalls.c index 66c3d47..2d0245d 100644 --- a/lib/syscalls.c +++ b/lib/syscalls.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2004, 2005 Richard Kettlewell + * Copyright (C) 2004, 2005, 2007, 2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ * USA */ -#include +#include "common.h" #include #include @@ -27,8 +27,6 @@ #include #include #include -#include -#include #include "syscalls.h" #include "log.h"