[gegl] lens-correct: Fix include syntax for lensfun.h



commit 10d4078631cb699940cf5b90280c53794210ed11
Author: Mukund Sivaraman <muks banu com>
Date:   Tue Aug 30 19:54:47 2011 +0530

    lens-correct: Fix include syntax for lensfun.h

 operations/workshop/lens-correct.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/workshop/lens-correct.c b/operations/workshop/lens-correct.c
index dfb9333..8ae002e 100644
--- a/operations/workshop/lens-correct.c
+++ b/operations/workshop/lens-correct.c
@@ -19,7 +19,7 @@
  */
 
 #include "config.h"
-#include "lensfun.h"
+#include <lensfun.h>
 #include <glib/gi18n-lib.h>
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]