summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxglib/nxglib_rgb2yuv.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxglib/nxglib_rgb2yuv.c')
-rw-r--r--nuttx/graphics/nxglib/nxglib_rgb2yuv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/graphics/nxglib/nxglib_rgb2yuv.c b/nuttx/graphics/nxglib/nxglib_rgb2yuv.c
index 055598406..c439c4fe0 100644
--- a/nuttx/graphics/nxglib/nxglib_rgb2yuv.c
+++ b/nuttx/graphics/nxglib/nxglib_rgb2yuv.c
@@ -1,7 +1,7 @@
/****************************************************************************
* graphics/color/nxglib_rgb2yuv.c
*
- * Copyright (C) 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -43,7 +43,7 @@
#include <debug.h>
#include <fixedmath.h>
-#include <nuttx/nxglib.h>
+#include <nuttx/nx/nxglib.h>
/****************************************************************************
* Pre-Processor Definitions