This commit is contained in:
msaitoh 2000-08-03 05:04:02 +00:00
parent d6e38c7f36
commit 71380e0ad2
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define PTRACE_ARG3_TYPE char*
#if !defind(NO_SOLIB)
#if !defined(NO_SOLIB)
#include "solib.h" /* Support for shared libraries. */
#endif