Include "ccl.h" instead of "../src/ccl.h".
This commit is contained in:
parent
9142dd5bad
commit
2ea6666cf7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */
|
|||
#define _CODING_H
|
||||
|
||||
#ifndef _CCL_H
|
||||
#include "../src/ccl.h"
|
||||
#include "ccl.h"
|
||||
#endif
|
||||
|
||||
/*** EMACS' INTERNAL FORMAT (emacs-mule) section ***/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue