Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 81890
Collapse All | Expand All

(-)vic/codec/p64/mkhuff.cpp (-3 lines)
Lines 41-49 Link Here
41
#include <stdio.h>
41
#include <stdio.h>
42
#include <string.h>
42
#include <string.h>
43
#include <sys/types.h>
43
#include <sys/types.h>
44
extern "C" {
45
int getopt(int, char * const *, const char *);
46
}
47
#define HUFFSTRINGS
44
#define HUFFSTRINGS
48
#include "p64-huff.h"
45
#include "p64-huff.h"
49
#include "config.h"
46
#include "config.h"

Return to bug 81890