Skip to content

Commit

Permalink
added include guards - issue #59
Browse files Browse the repository at this point in the history
  • Loading branch information
flouris authored and flouris committed May 16, 2017
1 parent 4cf496d commit eac52cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pll.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
Schloss-Wolfsbrunnenweg 35, D-69118 Heidelberg, Germany
*/

#ifndef PLL_H
#define PLL_H
#include <assert.h>
#include <math.h>
#include <stdio.h>
Expand Down Expand Up @@ -1885,3 +1887,4 @@ PLL_EXPORT void pll_hardware_ignore();
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif

0 comments on commit eac52cf

Please sign in to comment.