mirror of
http://mpg123.de/trunk/.git
synced 2025-08-07 21:02:55 +03:00
build: relative header includes, dropping -Isrc/compat and -Isrc/common
Only the generated config.h and the API headers in src/include should be located via search path now. git-svn-id: svn://scm.orgis.org/mpg123/trunk@5386 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include <os2.h>
|
||||
#endif
|
||||
|
||||
#include "compat.h"
|
||||
#include "compat/compat.h"
|
||||
|
||||
#ifndef HAVE_TERMIOS
|
||||
#error "No TERMIOS? Here?"
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
#include "terms.h"
|
||||
|
||||
#include "debug.h"
|
||||
#include "common/debug.h"
|
||||
|
||||
static int term_is_fun = -1;
|
||||
// This now always refers to a ;freshly opened terminal descriptor (e.g. /dev/tty).
|
||||
|
Reference in New Issue
Block a user