diff options
author | dscho <dscho> | 2006-04-27 00:49:19 +0000 |
---|---|---|
committer | dscho <dscho> | 2006-04-27 00:49:19 +0000 |
commit | 6370f25f136d837b66f56080e34e7773e6e020c9 (patch) | |
tree | 23ea411505df8846eddb4b47e4e282babdefbfb5 /examples | |
parent | 3c80351a1c131914dea7188fbd51d2af4606f527 (diff) | |
download | libtdevnc-6370f25f136d837b66f56080e34e7773e6e020c9.tar.gz libtdevnc-6370f25f136d837b66f56080e34e7773e6e020c9.zip |
malloc.h should not be needed (it is missing on quite a few platforms)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/camera.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/camera.c b/examples/camera.c index f46f5c7..23cb91a 100644 --- a/examples/camera.c +++ b/examples/camera.c @@ -39,7 +39,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <malloc.h> #include <rfb/rfb.h> |