Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat.h

    r3e6a98c5 r61042de  
    4141#include <sys/types.h>
    4242#include <stdbool.h>
     43#include <macros.h>
    4344#include "../../vfs/vfs.h"
    4445
     
    4647#define dprintf(...)    printf(__VA_ARGS__)
    4748#endif
    48 
    49 #define min(a, b)       ((a) < (b) ? (a) : (b))
    5049
    5150/*
Note: See TracChangeset for help on using the changeset viewer.