[svn-commits] branch group/autoconf_and_menuselect r21772 -
/team/group/autoconf_and_menuse...
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu Apr 20 15:24:14 MST 2006
Author: kpfleming
Date: Thu Apr 20 17:24:13 2006
New Revision: 21772
URL: http://svn.digium.com/view/asterisk?rev=21772&view=rev
Log:
use proper include file path, now that the Makefile is not forcing an extra directory into the include path
Modified:
team/group/autoconf_and_menuselect/res/res_osp.c
Modified: team/group/autoconf_and_menuselect/res/res_osp.c
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/res/res_osp.c?rev=21772&r1=21771&r2=21772&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/res/res_osp.c (original)
+++ team/group/autoconf_and_menuselect/res/res_osp.c Thu Apr 20 17:24:13 2006
@@ -31,8 +31,8 @@
***/
#include <sys/types.h>
-#include <osp.h>
-#include <osputils.h>
+#include <osp/osp.h>
+#include <osp/osputils.h>
#include <openssl/err.h>
#include <stdio.h>
#include <dirent.h>
More information about the svn-commits
mailing list