Merge commit 'refs/top-bases/linux-zfs-branch' into linux-zfs-branch

This commit is contained in:
Brian Behlendorf 2008-12-10 16:30:04 -08:00
commit cfd28a331f
1 changed files with 2 additions and 2 deletions

View File

@ -24,11 +24,11 @@
* Use is subject to license terms.
*/
#include_next <stdlib.h>
#ifndef _SOL_STDLIB_H
#define _SOL_STDLIB_H
#include_next <stdlib.h>
extern const char *getexecname(void);
#endif