Skip to content

Commit

Permalink
Fix RasPI build #2
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Mar 9, 2021
1 parent db2e543 commit 50f8e1e
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experimental/eth/eth.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#include <arpa/inet.h>
#include <sys/wait.h>

#include "utils.h"
#include "utils.hpp"
#endif

#include "timestamp.hpp"
Expand Down
27 changes: 26 additions & 1 deletion experimental/eth/linux/utils.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
/*
* pyXCP
*
* (C) 2021 by Christoph Schueler <github.com/Christoph2,
* cpu12.gems@googlemail.com>
*
* All Rights Reserved
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* s. FLOSS-EXCEPTION.txt
*/


#include "utils.hpp"
#include "eth.hpp"

/*
*
Expand Down
24 changes: 24 additions & 0 deletions experimental/eth/linux/utils.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
/*
* pyXCP
*
* (C) 2021 by Christoph Schueler <github.com/Christoph2,
* cpu12.gems@googlemail.com>
*
* All Rights Reserved
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* s. FLOSS-EXCEPTION.txt
*/

#if !defined(__UTILS_HPP)
#define __UTILS_HPP
Expand Down

0 comments on commit 50f8e1e

Please sign in to comment.