diff --git a/src/server/person.c b/src/server/person.c
index 8c7acf1d98a84cfcae081fb2c30b433873b09fb6..f4fcf1602d3da6a2384369b244e70be3e44b2834 100644
--- a/src/server/person.c
+++ b/src/server/person.c
@@ -1,5 +1,5 @@
 /*
- * $Id: person.c,v 0.12 1991/09/25 11:04:26 ceder Exp $
+ * $Id: person.c,v 0.13 1991/09/25 21:25:21 ceder Exp $
  * Copyright (C) 1991  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -28,7 +28,7 @@
  * All atomic calls that deals with persons.
  */
 
-static char *rcsid = "$Id: person.c,v 0.12 1991/09/25 11:04:26 ceder Exp $";
+static char *rcsid = "$Id: person.c,v 0.13 1991/09/25 21:25:21 ceder Exp $";
 
 #include <m-config.h>
 #include <time.h>
@@ -41,7 +41,7 @@ static char *rcsid = "$Id: person.c,v 0.12 1991/09/25 11:04:26 ceder Exp $";
 #include "manipulate.h"
 #include <kom-errno.h>
 #include <server/smalloc.h>
-#include "string-malloc.h>
+#include "string-malloc.h"
 #include "cache.h"
 #include "log.h"
 #include "minmax.h"