- Fix afd build for real (sorry...rbuild...)

svn path=/trunk/; revision=16665
This commit is contained in:
Alex Ionescu 2005-07-20 14:46:24 +00:00
parent 7ba312f725
commit 3134614de5

View file

@ -18,7 +18,7 @@
#include <tdiinfo.h>
#include <string.h>
#include <winsock2.h>
#include <shared.h>
#include <afd/shared.h>
#ifndef MIN
#define MIN(x,y) (((x)<(y))?(x):(y))