diff options
-rw-r--r-- | openpatch.c | 1 | ||||
-rw-r--r-- | scramble~.c | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openpatch.c b/openpatch.c index 915a379..86b7b7d 100644 --- a/openpatch.c +++ b/openpatch.c @@ -1,5 +1,6 @@ #include "ext13.h" #include "m_pd.h" +#include "m_imp.h" /* #ifndef PD_MAJOR_VERSION #include "s_stuff.h" diff --git a/scramble~.c b/scramble~.c index 082fb75..ad9e0bf 100644 --- a/scramble~.c +++ b/scramble~.c @@ -3,13 +3,12 @@ #include <sys/types.h> #include <string.h> #include <math.h> +#include <stdlib.h> #ifndef _WIN32 #include <netinet/in.h>
#include <netdb.h>
#include <sys/errno.h>
#include <sys/socket.h> -#else
-#include <stdlib.h>
#endif /* ------------------------ scramble_tilde~ ----------------------------- */ |