View | Details | Raw Unified | Return to bug 39011
Collapse All | Expand All

(-)classes/dict.c (+1 lines)
Lines 14-19 Link Here
14
 */
14
 */
15
15
16
#include <stdio.h>
16
#include <stdio.h>
17
#include <string.h>
17
#include <strings.h>
18
#include <strings.h>
18
extern char*	strdup();
19
extern char*	strdup();
19
extern int	strcasecmp();
20
extern int	strcasecmp();

Return to bug 39011