]> arthur.barton.de Git - netatalk.git/blobdiff - etc/uams/uams_guest.c
Try using Tracker 0.15 from OpenCSW
[netatalk.git] / etc / uams / uams_guest.c
index 7a2482d6ca50fb57071806d2c701561aaede3d53..82ee43ef5d552dc3fe7fc78441942c125a368bd0 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: uams_guest.c,v 1.18 2009-11-08 01:07:17 didg Exp $
  *
  * (c) 2001 (see COPYING)
  */
@@ -18,6 +17,7 @@
 #include <atalk/afp.h>
 #include <atalk/uam.h>
 #include <atalk/util.h>
+#include <atalk/compat.h>
 
 #ifndef MIN
 #define MIN(a,b) ((a) < (b) ? (a) : (b))