2015-11-27 12:24:29 +01:00
|
|
|
diff -u -r ../picoLisp/src/ext.c ./src/ext.c
|
2016-04-13 15:53:05 +02:00
|
|
|
--- ../picoLisp/src/ext.c 2016-04-01 04:05:10.000000000 -0400
|
|
|
|
+++ ./src/ext.c 2016-04-13 06:40:31.791712225 -0400
|
|
|
|
@@ -3,6 +3,7 @@
|
|
|
|
*/
|
2015-11-27 12:24:29 +01:00
|
|
|
|
2016-04-13 15:53:05 +02:00
|
|
|
#include "pico.h"
|
|
|
|
+#include <crypt.h>
|
|
|
|
|
|
|
|
/*** Soundex Algorithm ***/
|
|
|
|
static int SnxTab[] = {
|