diff options
author | richdawe <richdawe@1665872d-e22b-0410-9e5d-a57ad4215e6d> | 2006-09-03 11:57:04 +0000 |
---|---|---|
committer | richdawe <richdawe@1665872d-e22b-0410-9e5d-a57ad4215e6d> | 2006-09-03 11:57:04 +0000 |
commit | 546484479e5d50dfa36bd02679d31c9dec5aea7c (patch) | |
tree | 0ef8b27aa0bb3593f5f6460d61ee22520db26a43 | |
parent | 634ce6211aacf3e1fb1d5be2ecea4f0547948ac8 (diff) | |
download | portableumem-546484479e5d50dfa36bd02679d31c9dec5aea7c.tar.gz |
Include files, to pick up declarations for printf, strcpy (fixes warnings)
git-svn-id: https://labs.omniti.com/portableumem/trunk@22 1665872d-e22b-0410-9e5d-a57ad4215e6d
-rw-r--r-- | umem_test.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/umem_test.c b/umem_test.c index 113139a..546bf5e 100644 --- a/umem_test.c +++ b/umem_test.c @@ -1,3 +1,7 @@ +#include <stdio.h> +#include <stdlib.h> +#include <string.h> + #include "umem.h" int main(int argc, char *argv[]) |