diff options
author | David Cournapeau <cournape@gmail.com> | 2008-11-14 16:51:51 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-11-14 16:51:51 +0000 |
commit | 974b3909cebd8c3347090cc3783700448bf9c0b9 (patch) | |
tree | ba09690cc9ff5f2390c28bc0a4824f571ac1fecc /numpy/random/mtrand/randomkit.c | |
parent | 0ba62e66aef44d52f228c351366c4c021fd7a0fb (diff) | |
download | numpy-974b3909cebd8c3347090cc3783700448bf9c0b9.tar.gz |
Generate config header for random kit (empty for now).
Diffstat (limited to 'numpy/random/mtrand/randomkit.c')
-rw-r--r-- | numpy/random/mtrand/randomkit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/random/mtrand/randomkit.c b/numpy/random/mtrand/randomkit.c index 56f52c0b4..6103d88ed 100644 --- a/numpy/random/mtrand/randomkit.c +++ b/numpy/random/mtrand/randomkit.c @@ -64,6 +64,7 @@ /* static char const rcsid[] = "@(#) $Jeannot: randomkit.c,v 1.28 2005/07/21 22:14:09 js Exp $"; */ +#include "config.h" #include <stddef.h> #include <stdio.h> |