Ignore:
Timestamp:
04/04/02 13:17:33 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/videodev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/videodev/Camera.cc

    r1111 r1266  
    154154    // map file (device) into memory
    155155    //
    156     pMapBuffer = mmap(0, iBufferSize, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0);
     156    pMapBuffer = (char*)mmap(0, iBufferSize, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0);
    157157
    158158    if ((int)pMapBuffer == -1)
  • trunk/MagicSoft/Cosy/videodev/Camera.h

    r1111 r1266  
    1010#include <TROOT.h>
    1111#include <pthread.h>
     12#include <unistd.h>
    1213#include <sys/time.h>
    1314#endif
Note: See TracChangeset for help on using the changeset viewer.