diff AnimationMaster.c @ 257:f5b110414453

fix coding standard to work with -std=gnu99 -Wall
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Tue, 25 Sep 2012 16:11:15 +0200
parents 7ed97c961901
children 68212347d1d8
line diff
     1.1 --- a/AnimationMaster.c	Mon Sep 10 01:26:51 2012 -0700
     1.2 +++ b/AnimationMaster.c	Tue Sep 25 16:11:15 2012 +0200
     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.