diff AnimationMaster.c @ 262:aa79134dbc88

merge
author Sean Halle <seanhalle@yahoo.com>
date Wed, 24 Oct 2012 00:00:22 -0700
parents 7ed97c961901
children 68212347d1d8
line diff
     1.1 --- a/AnimationMaster.c	Mon Sep 03 03:34:54 2012 -0700
     1.2 +++ b/AnimationMaster.c	Wed Oct 24 00:00:22 2012 -0700
     1.3 @@ -11,7 +11,8 @@
     1.4  
     1.5  #include "VMS.h"
     1.6  
     1.7 -
     1.8 +#include <unistd.h>
     1.9 +ssize_t read(int fd, void *buf, size_t count);
    1.10  
    1.11  /*The animationMaster embodies most of the animator of the language.  The
    1.12   * animator is what emodies the behavior of language constructs.