Skip to content

Commit

Permalink
Add ifdefs around config.h so we can get the windows port working soon
Browse files Browse the repository at this point in the history
git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@603 b0b603af-a30f-0410-a34e-baf09ae79d0b
  • Loading branch information
lindner committed Jul 29, 2007
1 parent d7cf646 commit 70960eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions memcached.h
@@ -1,7 +1,10 @@
/* -*- Mode: C; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/* $Id$ */

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
Expand Down

0 comments on commit 70960eb

Please sign in to comment.