Ignore:
Timestamp:
05/10/07 15:58:05 (17 years ago)
Author:
r2d
Message:

Use getopt.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpccut/mpccut.c

    r317 r318  
    3434#include <stdio.h>
    3535#include <stdlib.h>
    36 #include <unistd.h>
     36#include <getopt.h>
    3737
    3838#include <mpc/mpcdec.h>
     
    7575        mpc_uint32_t beg_silence, start_block, block_num, i;
    7676        int c;
    77         extern char * optarg;
    78         extern int optind;
    7977        FILE * in_file;
    8078
Note: See TracChangeset for help on using the changeset viewer.