(merge from 3.0)
[ira/wip.git] / source3 / include / includes.h
index 4e7913ea38bfd2ce389192951bdb0696aec09b5d..1867aeda12dfbf34e0212b4b06987b7441458ce9 100644 (file)
@@ -991,6 +991,10 @@ struct smb_ldap_privates;
 char *strdup(const char *s);
 #endif
 
+#ifndef HAVE_STRNDUP
+char *strndup(const char *s, size_t size);
+#endif
+
 #ifndef HAVE_MEMMOVE
 void *memmove(void *dest,const void *src,int size);
 #endif