avr-libc-commit
[Top][All Lists]
Advanced

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

[avr-libc-commit] [2529] Include missing header file stdint.h


From: pitchumani . s
Subject: [avr-libc-commit] [2529] Include missing header file stdint.h
Date: Mon, 5 Dec 2016 06:09:28 +0000 (UTC)

Revision: 2529
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2529
Author:   pitchumani
Date:     2016-12-05 06:09:28 +0000 (Mon, 05 Dec 2016)
Log Message:
-----------
Include missing header file stdint.h

Modified Paths:
--------------
    trunk/avr-libc/include/avr/cpufunc.h

Modified: trunk/avr-libc/include/avr/cpufunc.h
===================================================================
--- trunk/avr-libc/include/avr/cpufunc.h        2016-11-29 11:29:15 UTC (rev 
2528)
+++ trunk/avr-libc/include/avr/cpufunc.h        2016-12-05 06:09:28 UTC (rev 
2529)
@@ -35,6 +35,8 @@
 #ifndef _AVR_CPUFUNC_H_
 #define _AVR_CPUFUNC_H_ 1
 
+#include <stdint.h>
+
 /** \file */
 /** \defgroup avr_cpufunc <avr/cpufunc.h>: Special AVR CPU functions
     \code #include <avr/cpufunc.h> \endcode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]