1
0
mirror of git://sigrok.org/libserialport synced 2023-08-10 21:13:24 +03:00

Build: Include config.h first in all source files

This commit is contained in:
Daniel Elstner
2015-09-13 20:04:31 +02:00
parent 962143bc5c
commit 1a584c45b0
9 changed files with 6 additions and 7 deletions

View File

@ -21,6 +21,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
#include "libserialport.h"
#include "libserialport_internal.h"