From: Adam Dickmeiss Date: Fri, 20 May 2005 21:28:55 +0000 (+0000) Subject: Added missing include of yconfig.h X-Git-Tag: YAZPP.yazxf.1.4.1~1 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=c5291c08882ed8d6c3955204c5f2d7193d22bea9;p=yazpp-moved-to-github.git Added missing include of yconfig.h --- diff --git a/include/yaz++/socket-observer.h b/include/yaz++/socket-observer.h index 128d311..85bf841 100644 --- a/include/yaz++/socket-observer.h +++ b/include/yaz++/socket-observer.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2000, Index Data. * See the file LICENSE for details. * - * $Id: socket-observer.h,v 1.2 2004-01-05 11:31:04 adam Exp $ + * $Id: socket-observer.h,v 1.3 2005-05-20 21:28:55 adam Exp $ */ #ifndef YAZ_SOCKET_OBSERVER_H @@ -13,6 +13,7 @@ #define YAZ_SOCKET_OBSERVE_EXCEPT 4 #define YAZ_SOCKET_OBSERVE_TIMEOUT 8 +#include /** Forward reference */