X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fnetconfig.c;h=de180074baf612300e8e58d3306b6c47c848e5b6;hp=d72381837c504f34cb7d4fe8aede1be0a7e72166;hb=7a65130ea2a5be56603233ba7b8d230691f604a0;hpb=a520d904d0069654c57d2b69618bee1225ee3067 diff --git a/citadel/netconfig.c b/citadel/netconfig.c index d72381837..de180074b 100644 --- a/citadel/netconfig.c +++ b/citadel/netconfig.c @@ -1,7 +1,7 @@ /* * This module handles loading, saving, and parsing of room network configurations. * - * Copyright (c) 2000-2018 by the citadel.org team + * Copyright (c) 2000-2021 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 3. @@ -30,7 +30,7 @@ #include -#include "include/ctdl_module.h" +#include "ctdl_module.h" #include "serv_extensions.h" #include "config.h"