diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-08-09 02:22:57 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-08-09 02:22:57 +0000 |
| commit | d4840a37d9adf0b9124fad722a5ae5faae4bb639 (patch) | |
| tree | adb29427193a551e14fc6bd3d8aacfecf8706746 /plugins/dfnet | |
| parent | 511edc3388bb3b8285af8c818af27235773d4bce (diff) | |
| download | pcsxr-d4840a37d9adf0b9124fad722a5ae5faae4bb639.tar.gz | |
dfcdrom: fixed thread deadlock in some cases.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55905 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfnet')
| -rw-r--r-- | plugins/dfnet/cfg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/dfnet/cfg.c b/plugins/dfnet/cfg.c index a63b074b..921efbe3 100644 --- a/plugins/dfnet/cfg.c +++ b/plugins/dfnet/cfg.c @@ -7,6 +7,7 @@ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include "dfnet.h" |
