testing: freebsd on cirrus
[awesomized/libmemcached] / src / libmemcached / assert.hpp
index a1526babe857ae115ea4fd95ced3b28b4343b29c..de2283a717d39d894fd2e4b4528f1334bf4ec319 100644 (file)
@@ -1,5 +1,5 @@
 /*  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
- * 
+ *
  *  libmcachedd client library.
  *
  *  Copyright (C) 2011-2013 Data Differential, http://datadifferential.com/
@@ -50,7 +50,7 @@
 
 # ifdef _WIN32
 #  include <malloc.h>
-# else
+# elif HAVE_ALLOCA_H
 #  include <alloca.h>
 # endif