mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
move autoconfig.h to the include/asterisk directory so it will get installed
install asterisk.h include the system's default include directory git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32860 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "autoconfig.h"
|
||||
#include "asterisk/autoconfig.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "autoconfig.h"
|
||||
#include "asterisk/autoconfig.h"
|
||||
|
||||
#include <newt.h>
|
||||
#include <stdio.h>
|
||||
|
@@ -17,7 +17,7 @@
|
||||
* at the top of the source tree.
|
||||
*/
|
||||
|
||||
#include "autoconfig.h"
|
||||
#include "asterisk/autoconfig.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <popt.h>
|
||||
|
Reference in New Issue
Block a user