Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tetris/input.c

    rebe70f1 r96b02eb9  
    5252#include <errno.h>
    5353#include <unistd.h>
    54 #include <string.h>
     54#include <str.h>
    5555
    5656#include "input.h"
     
    9797        struct timeval starttv, endtv, *s;
    9898        static ipc_call_t charcall;
    99         ipcarg_t rc;
     99        sysarg_t rc;
    100100       
    101101        /*
Note: See TracChangeset for help on using the changeset viewer.