Package: libalberta2-dev
Version: 2.0.1-4
Tags: patch upstream
Severity: wishlist
Hi,
please consider changing the #include <alberta.h> to #include
"alberta.h" in alberta_inlines.h. Other header files already do so.
The change would allow
#include <alberta/alberta.h>
to work instead of having to pass -I/usr/include/alberta to the compiler.
Regards,
Ansgar
--- libalberta2-2.0.1.orig/alberta/src/Common/alberta_inlines.h
+++ libalberta2-2.0.1/alberta/src/Common/alberta_inlines.h
@@ -38,7 +38,7 @@
/* */
/*--------------------------------------------------------------------------*/
-#include <alberta.h> /* essentially a no-op when included from alberta.h */
+#include "alberta.h" /* essentially a no-op when included from alberta.h */
#ifndef DIM_OF_WORLD
# error Need to know the dimension of the World :)