Add include of stdlib.h (From mog for XBOX)

This commit is contained in:
rocky
2004-10-30 21:53:15 +00:00
parent 523f65460f
commit 905d72fcac

View File

@@ -1,6 +1,6 @@
/* Common SCSI Multimedia Command (MMC) routines.
$Id: scsi_mmc.c,v 1.28 2004/09/03 23:20:11 rocky Exp $
$Id: scsi_mmc.c,v 1.29 2004/10/30 21:53:15 rocky Exp $
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
@@ -32,6 +32,10 @@
#include <string.h>
#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif