aboutsummaryrefslogtreecommitdiff
path: root/src/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth.c')
-rw-r--r--src/auth.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/auth.c b/src/auth.c
index 5e716ac..b5f8942 100644
--- a/src/auth.c
+++ b/src/auth.c
@@ -16,7 +16,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "netcosm.h"
+#include "globals.h"
+
+#include "auth.h"
+#include "client.h"
+#include "userdb.h"
static bool valid_login_name(const char *name);