X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Flibst.h;h=45e88242c355a0560211247724dcfad30ca188b8;hp=70daca0faed3a717802a189f15901ec84254f57e;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=d74da9234cc42e8018b1500105c3892a5c46d5e3 diff --git a/src/libst.h b/src/libst.h index 70daca0..45e8824 100644 --- a/src/libst.h +++ b/src/libst.h @@ -12,6 +12,9 @@ /* Synched up with: Not in FSF. */ +#ifndef INCLUDED_libst_h_ +#define INCLUDED_libst_h_ + #define SAMPLES_PER_SECOND 8192 #define MINLIN -32768 @@ -65,3 +68,5 @@ static int ulaw_table[256] = { 244, 228, 212, 196, 180, 164, 148, 132, 120, 112, 104, 96, 88, 80, 72, 64, 56, 48, 40, 32, 24, 16, 8, 0 }; + +#endif /* INCLUDED_libst_h_ */