stdlib.patch 394 B

12345678910111213
  1. diff -Nur recode-3.6-old/src/argmatch.c recode-3.6/src/argmatch.c
  2. --- recode-3.6-old/src/argmatch.c 2008-05-27 15:17:09.000000000 +0300
  3. +++ recode-3.6/src/argmatch.c 2008-05-27 15:18:30.000000000 +0300
  4. @@ -18,6 +18,8 @@
  5. /* Written by David MacKenzie <djm@ai.mit.edu>
  6. Modified by Akim Demaille <demaille@inf.enst.fr> */
  7. +#include <stdlib.h>
  8. +
  9. #include "argmatch.h"
  10. #include <stdio.h>