Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/trackmod/xm.c

    rccbf93f r16bfcd3  
    3838#include <stdlib.h>
    3939#include <mem.h>
     40#include <types/common.h>
    4041
    4142#include "byteorder.h"
     
    289290        size_t instr_size;
    290291        size_t smp_size;
    291         size_t smp_hdr_size = 0; /* GCC false alarm on uninitialized */
     292        size_t smp_hdr_size = 0;  /* GCC false alarm on uninitialized */
    292293        ssize_t nread;
    293294        uint8_t ltype;
Note: See TracChangeset for help on using the changeset viewer.