Merge "display: add header for integer types"

This commit is contained in:
qctecmdr
2021-05-15 02:06:00 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2015-2020, The Linux Foundation. All rights reserved. * Copyright (c) 2015-2021, The Linux Foundation. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are * modification, are permitted provided that the following conditions are
@@ -30,6 +30,8 @@
#ifndef __DISP_COLOR_PROCESSING_H__ #ifndef __DISP_COLOR_PROCESSING_H__
#define __DISP_COLOR_PROCESSING_H__ #define __DISP_COLOR_PROCESSING_H__
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif