X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..02eaa49dd0cc62690c72e28f456326a249325f31:/server/api-client.c diff --git a/server/api-client.c b/server/api-client.c index a69ec7e..2f6a01f 100644 --- a/server/api-client.c +++ b/server/api-client.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2004 Richard Kettlewell + * Copyright (C) 2004, 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 @@ -19,6 +19,7 @@ */ #include +#include "types.h" #include #include @@ -70,4 +71,3 @@ c-basic-offset:2 comment-column:40 End: */ -/* arch-tag:3c00ffad971b689e5af1d9a9ff45a120 */