From d68da9db1b34dbd6f29a0576bc897a9c49e4d7ed Mon Sep 17 00:00:00 2001 From: root Date: Sun, 4 Nov 2007 16:52:52 +0000 Subject: *** empty log message *** --- ev.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ev.c') diff --git a/ev.c b/ev.c index 790baee..a80ed9c 100644 --- a/ev.c +++ b/ev.c @@ -28,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef EV_STANDALONE +#ifndef EV_EMBED # include "config.h" #endif @@ -95,7 +95,9 @@ #define PID_HASHSIZE 16 /* size of pid hash table, must be power of two */ /*#define CLEANUP_INTERVAL 300. /* how often to try to free memory and re-check fds */ -#include "ev.h" +#ifndef EV_EMBED +# include "ev.h" +#endif #if __GNUC__ >= 3 # define expect(expr,value) __builtin_expect ((expr),(value)) -- cgit v1.2.3